X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Facl_selectors.php;h=dc2f8d4164cdfc46d1cff87d44a0959820b5cdeb;hb=c8430f4c44f34641953e29e65fd1e268bcc332b1;hp=b2c4b31c8132e60161c63a747ac840586d566326;hpb=519018d43052e24c35bc499a3d6980c1585a4124;p=friendica.git diff --git a/include/acl_selectors.php b/include/acl_selectors.php index b2c4b31c81..dc2f8d4164 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -422,7 +422,7 @@ function acl_lookup(&$a, $out_type = 'json') { WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0 AND `notify` != '' $sql_extra2" , - intval(local_user()) + intval(local_user()), ); $contact_count = (int)$r[0]['c']; }