diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-05-27 15:26:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-05-27 15:26:12 +0200 |
commit | 33a7f76ebc0ff330d7c4ec28149c8aa3f334b7b7 (patch) | |
tree | 57aec5676deb81650c60998a66d963d84b60aae9 /include | |
parent | 3d79d4f577a2602e7f58578e933a9c9a8585fca1 (diff) | |
parent | ae69bf54a62629f88a3d1a9ea416c85e23c1b8a4 (diff) | |
download | volse-hubzilla-33a7f76ebc0ff330d7c4ec28149c8aa3f334b7b7.tar.gz volse-hubzilla-33a7f76ebc0ff330d7c4ec28149c8aa3f334b7b7.tar.bz2 volse-hubzilla-33a7f76ebc0ff330d7c4ec28149c8aa3f334b7b7.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
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), |