dfrn friendship issue

This commit is contained in:
Friendika
2011-08-18 16:47:45 -07:00
parent 012e039dae
commit bc5935061b
3 changed files with 16 additions and 18 deletions

View 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)
);