diff options
author | friendica <info@friendica.com> | 2014-08-17 22:53:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-17 22:53:00 -0700 |
commit | d9ff121930554aa9bcad4f4ceffeb9b5e3b83d17 (patch) | |
tree | 38ddb2fcab0f4c2c3baf6917e3544148cbe1eb9e /include/diaspora.php | |
parent | 3dbc3e263d7a3c6d0ccb5da9d9927a93f777300e (diff) | |
download | volse-hubzilla-d9ff121930554aa9bcad4f4ceffeb9b5e3b83d17.tar.gz volse-hubzilla-d9ff121930554aa9bcad4f4ceffeb9b5e3b83d17.tar.bz2 volse-hubzilla-d9ff121930554aa9bcad4f4ceffeb9b5e3b83d17.zip |
beginning of permission role settings
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 98fecb95c..6121466f2 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -556,7 +556,7 @@ function diaspora_request($importer,$xml) { // perhaps we were already sharing with this person. Now they're sharing with us. // That makes us friends. Maybe. - $newperms = PERMS_R_STREAM|PERMS_R_PROFILE|PERMS_R_PHOTO|PERMS_R_ABOOK|PERMS_W_STREAM|PERMS_W_COMMENT|PERMS_W_MAIL|PERMS_CHAT; + $newperms = PERMS_R_STREAM|PERMS_R_PROFILE|PERMS_R_PHOTO|PERMS_R_ABOOK|PERMS_W_STREAM|PERMS_W_COMMENT|PERMS_W_MAIL|PERMS_W_CHAT; $r = q("update abook set abook_their_perms = %d where abook_id = %d and abook_channel = %d limit 1", intval($newperms), |