Fix query mistake in Acl::getSuggestContactSelectHTML
This commit is contained in:
parent
dca0fa3f1d
commit
35d09fdad1
|
@ -115,7 +115,7 @@ class Acl extends BaseObject
|
|||
}
|
||||
|
||||
$stmt = dba::p("SELECT `id`, `name`, `url`, `network` FROM `contact`
|
||||
WHERE `uid` = %d AND NOT `self` AND NOT `blocked` AND NOT `pending` AND NOT `archive` AND `notify` != ''
|
||||
WHERE `uid` = ? AND NOT `self` AND NOT `blocked` AND NOT `pending` AND NOT `archive` AND `notify` != ''
|
||||
$sql_extra
|
||||
ORDER BY `name` ASC ", intval(local_user())
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue