]> git.mxchange.org Git - friendica.git/commitdiff
Stuff ...
authorMichael Vogel <icarus@dabo.de>
Sat, 20 Jun 2015 12:41:53 +0000 (14:41 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 20 Jun 2015 12:41:53 +0000 (14:41 +0200)
include/acl_selectors.php

index dc2f8d4164cdfc46d1cff87d44a0959820b5cdeb..b2c4b31c8132e60161c63a747ac840586d566326 100644 (file)
@@ -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'];
        }