diff options
author | friendica <info@friendica.com> | 2015-01-28 20:58:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-28 20:58:59 -0800 |
commit | e157371c39121db472cbc45b59ac89d847788648 (patch) | |
tree | 6673eebe64ae63d369fd139bb0fbbecfa20012d3 /include/security.php | |
parent | a4960360669daa0a0c842427185ce1ada3b4ab97 (diff) | |
download | volse-hubzilla-e157371c39121db472cbc45b59ac89d847788648.tar.gz volse-hubzilla-e157371c39121db472cbc45b59ac89d847788648.tar.bz2 volse-hubzilla-e157371c39121db472cbc45b59ac89d847788648.zip |
remote_user => remote_channel
Diffstat (limited to 'include/security.php')
-rw-r--r-- | include/security.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/security.php b/include/security.php index 1cb9e827b..216299099 100644 --- a/include/security.php +++ b/include/security.php @@ -154,7 +154,7 @@ function permissions_sql($owner_id, $remote_verified = false, $groups = null) { return ''; $local_channel = local_channel(); - $remote_user = remote_user(); + $remote_channel = remote_channel(); /** * Construct permissions @@ -227,7 +227,7 @@ function item_permissions_sql($owner_id, $remote_verified = false, $groups = nul return ''; $local_channel = local_channel(); - $remote_user = remote_user(); + $remote_channel = remote_channel(); /** * Construct permissions |