Merge branch 'master' of https://github.com/redmatrix/redmatrix
This commit is contained in:
commit
33a7f76ebc
@ -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