fix small typo for logging command in api.php
This commit is contained in:
parent
4faf0e609f
commit
0ff86e28bb
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
logger('api_user: ' . $extra_query . ' ' , $user);
|
logger('api_user: ' . $extra_query . ', user: ' . $user);
|
||||||
// user info
|
// user info
|
||||||
$uinfo = q("SELECT *, `contact`.`id` as `cid` FROM `contact`
|
$uinfo = q("SELECT *, `contact`.`id` as `cid` FROM `contact`
|
||||||
WHERE 1
|
WHERE 1
|
||||||
|
|
Loading…
Reference in a new issue