]> git.mxchange.org Git - friendica.git/blobdiff - include/security.php
add webfinger addr to gcontact for friend "connect" links
[friendica.git] / include / security.php
index 6fbdd697f797158af297d57019e9bb3298a35161..684a88a516e0e95ee9dde80225609867b11eb258 100644 (file)
@@ -28,7 +28,7 @@ function can_write_wall(&$a,$owner) {
                                AND `user`.`blockwall` = 0 AND `readonly` = 0  AND ( `contact`.`rel` IN ( %d , %d ) OR `user`.`page-flags` = %d ) LIMIT 1",
                                intval($owner),
                                intval(remote_user()),
-                               intval(CONTACT_IS_FOLLOWER),
+                               intval(CONTACT_IS_SHARING),
                                intval(CONTACT_IS_FRIEND),
                                intval(PAGE_COMMUNITY)
                        );