diff options
author | Hauke Zuehl <hzuehl@phone-talk.de> | 2012-06-16 19:49:04 +0200 |
---|---|---|
committer | Hauke Zuehl <hzuehl@phone-talk.de> | 2012-06-16 19:49:04 +0200 |
commit | cc7d849ce393a57fe6bb347c48c9a02f7e483789 (patch) | |
tree | 3017ea74f2da0d3c0b5a8fa3f01c3a8c5294865d /include/api.php | |
parent | f9a40ccbdea69fc7ffcbdc87356d535c67371210 (diff) | |
parent | 950dacbbddfdd7dbec2042cf3db7c083bd96bfbf (diff) | |
download | volse-hubzilla-cc7d849ce393a57fe6bb347c48c9a02f7e483789.tar.gz volse-hubzilla-cc7d849ce393a57fe6bb347c48c9a02f7e483789.tar.bz2 volse-hubzilla-cc7d849ce393a57fe6bb347c48c9a02f7e483789.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/api.php')
-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 9f2a5fb3b..855e4efa3 100644 --- a/include/api.php +++ b/include/api.php @@ -245,7 +245,7 @@ } - logger('api_user: ' . $extra_query . ' ' , $user); + logger('api_user: ' . $extra_query . ', user: ' . $user); // user info $uinfo = q("SELECT *, `contact`.`id` as `cid` FROM `contact` WHERE 1 |