Update api.php

one comma to much
This commit is contained in:
jeroenpraat 2015-05-26 22:20:45 +02:00
parent bd25f8577f
commit ae69bf54a6

View file

@ -460,7 +460,7 @@ require_once('include/items.php');
dbesc($name),
dbesc($redirect),
dbesc($icon),
intval(api_user()),
intval(api_user())
);
$r = q("INSERT INTO xperm (xp_client, xp_channel, xp_perm) VALUES ('%s', %d, '%s') ",
dbesc($key),