aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-18 21:46:40 -0700
committerredmatrix <git@macgirvin.com>2016-07-18 21:46:40 -0700
commit99cf2cbaa93d86d65fe0fefef450cda9ca5fdee8 (patch)
treeda27eac0740563434b79c2eef599a32004b1ba82 /include
parentb63165b6e0d856848b20d184783bfdf358210f9b (diff)
downloadvolse-hubzilla-99cf2cbaa93d86d65fe0fefef450cda9ca5fdee8.tar.gz
volse-hubzilla-99cf2cbaa93d86d65fe0fefef450cda9ca5fdee8.tar.bz2
volse-hubzilla-99cf2cbaa93d86d65fe0fefef450cda9ca5fdee8.zip
missing bracket
Diffstat (limited to 'include')
-rw-r--r--include/zot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 47bdce568..d306ab15f 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -463,7 +463,8 @@ function zot_refresh($them, $channel = null, $force = false) {
$xx = get_role_perms($role);
if($xx['perms_auto']) {
$default_perms = $xx['perms_connect'];
- $my_perms = \Zotlabs\Access\Permissions::FilledPerms($default_perms);
+ $my_perms = \Zotlabs\Access\Permissions::FilledPerms($default_perms);
+ }
}
if(! $my_perms) {