diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-05-26 22:20:45 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-05-26 22:20:45 +0200 |
commit | ae69bf54a62629f88a3d1a9ea416c85e23c1b8a4 (patch) | |
tree | 9d64c33c8a1b1e43e042cff2556e5434b40c08ea /include | |
parent | bd25f8577f812f02a054d7b9b2e3c7b28e6852b6 (diff) | |
download | volse-hubzilla-ae69bf54a62629f88a3d1a9ea416c85e23c1b8a4.tar.gz volse-hubzilla-ae69bf54a62629f88a3d1a9ea416c85e23c1b8a4.tar.bz2 volse-hubzilla-ae69bf54a62629f88a3d1a9ea416c85e23c1b8a4.zip |
Update api.php
one comma to much
Diffstat (limited to 'include')
-rw-r--r-- | include/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
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), |