]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / mod / poco.php
old mode 100755 (executable)
new mode 100644 (file)
index 79cf820..acfa3ff
@@ -45,6 +45,8 @@ function poco_init(&$a) {
 
        if($justme)
                $sql_extra = " and `contact`.`self` = 1 ";
+       else
+               $sql_extra = " and `contact`.`self` = 0 ";
 
        if($cid)
                $sql_extra = sprintf(" and `contact`.`id` = %d ",intval($cid));