fix small typo for logging command in api.php

This commit is contained in:
Zach Prezkuta 2012-06-11 20:21:35 -06:00
parent 4faf0e609f
commit 0ff86e28bb

View file

@ -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