diff options
author | Zach Prezkuta <fermion@gmx.com> | 2012-06-11 20:21:35 -0600 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2012-06-16 10:25:46 -0600 |
commit | 0ff86e28bb04c8c1cf08b2e22ae60971f0e90f1c (patch) | |
tree | cc1f0e8b1dd0b0a544e0d23b43b5cbbee42573b0 /include | |
parent | 4faf0e609fe03095069c7a4bcdfc3496e4a28627 (diff) | |
download | volse-hubzilla-0ff86e28bb04c8c1cf08b2e22ae60971f0e90f1c.tar.gz volse-hubzilla-0ff86e28bb04c8c1cf08b2e22ae60971f0e90f1c.tar.bz2 volse-hubzilla-0ff86e28bb04c8c1cf08b2e22ae60971f0e90f1c.zip |
fix small typo for logging command in api.php
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 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 |