diff options
author | Friendika <info@friendika.com> | 2011-08-18 16:47:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-18 16:47:45 -0700 |
commit | bc5935061b674a5503a1a82a458dfaf3317e4c70 (patch) | |
tree | 6ef55d222ba52d7486920083657366d0e0f1e0ab /include | |
parent | 012e039dae4b8f6207b0f0e58667819c016948a2 (diff) | |
download | volse-hubzilla-bc5935061b674a5503a1a82a458dfaf3317e4c70.tar.gz volse-hubzilla-bc5935061b674a5503a1a82a458dfaf3317e4c70.tar.bz2 volse-hubzilla-bc5935061b674a5503a1a82a458dfaf3317e4c70.zip |
dfrn friendship issue
Diffstat (limited to 'include')
-rw-r--r-- | include/security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security.php b/include/security.php index 6fbdd697f..684a88a51 100644 --- a/include/security.php +++ b/include/security.php @@ -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) ); |