From ae69bf54a62629f88a3d1a9ea416c85e23c1b8a4 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 26 May 2015 22:20:45 +0200 Subject: Update api.php one comma to much --- include/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/api.php') diff --git a/include/api.php b/include/api.php index cf0086c35..50a46dadc 100644 --- a/include/api.php +++ b/include/api.php @@ -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), -- cgit v1.2.3