]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_notify.php
Moved global PAGE_* to Profile class (#5500)
[friendica.git] / mod / dfrn_notify.php
index 3595df9c916ce71f92219398f134a8d2b93307d7..ee6290d663534d42319ec230034c1af057257de3 100644 (file)
@@ -375,7 +375,7 @@ function dfrn_notify_content(App $a) {
                        $rino = $rino_remote;
                }
 
-               if (($r[0]['rel'] && ($r[0]['rel'] != Contact::SHARING)) || ($r[0]['page-flags'] == PAGE_COMMUNITY)) {
+               if (($r[0]['rel'] && ($r[0]['rel'] != Contact::SHARING)) || ($r[0]['page-flags'] == Contact::PAGE_COMMUNITY)) {
                        $perm = 'rw';
                } else {
                        $perm = 'r';