Update api.php
one comma to much
This commit is contained in:
parent
bd25f8577f
commit
ae69bf54a6
@ -460,7 +460,7 @@ require_once('include/items.php');
|
|||||||
dbesc($name),
|
dbesc($name),
|
||||||
dbesc($redirect),
|
dbesc($redirect),
|
||||||
dbesc($icon),
|
dbesc($icon),
|
||||||
intval(api_user()),
|
intval(api_user())
|
||||||
);
|
);
|
||||||
$r = q("INSERT INTO xperm (xp_client, xp_channel, xp_perm) VALUES ('%s', %d, '%s') ",
|
$r = q("INSERT INTO xperm (xp_client, xp_channel, xp_perm) VALUES ('%s', %d, '%s') ",
|
||||||
dbesc($key),
|
dbesc($key),
|
||||||
|
Reference in New Issue
Block a user