]> git.mxchange.org Git - friendica.git/commitdiff
Issue 3801: Personal notes hadn't been displayed
authorMichael <heluecht@pirati.ca>
Wed, 18 Oct 2017 04:55:03 +0000 (04:55 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 18 Oct 2017 04:55:03 +0000 (04:55 +0000)
mod/notes.php

index 835627586cada10d58b75113a1783e4a852f4386..d1810604ca514bd8ddbcf292e061701017dbf2e5 100644 (file)
@@ -73,7 +73,7 @@ function notes_content(App $a, $update = false) {
 
        // default permissions - anonymous user
 
-       $sql_extra = " AND `allow_cid` = '<" . $a->contact['id'] . ">' ";
+       $sql_extra = " AND `item`.`allow_cid` = '<" . $a->contact['id'] . ">' ";
 
        $r = q("SELECT COUNT(*) AS `total`
                FROM `item` %s