diff options
author | Mario <mario@mariovavti.com> | 2019-03-23 20:17:35 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-23 20:17:35 +0100 |
commit | 6f5e6bd0f1de5c365498c68e052fec6e3519f0c9 (patch) | |
tree | 26d85a44bead2aa4af93a6f9e48138b87e7d3d6c /Zotlabs | |
parent | a0af092ecb5ce1018a3d6e53f8636aed6bb2307c (diff) | |
download | volse-hubzilla-6f5e6bd0f1de5c365498c68e052fec6e3519f0c9.tar.gz volse-hubzilla-6f5e6bd0f1de5c365498c68e052fec6e3519f0c9.tar.bz2 volse-hubzilla-6f5e6bd0f1de5c365498c68e052fec6e3519f0c9.zip |
fix typo
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Acl.php | 2 | ||||
-rw-r--r-- | Zotlabs/Module/Admin/Enotify.php (renamed from Zotlabs/Lib/Enotify.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Acl.php b/Zotlabs/Module/Acl.php index 738e8fbe2..82c156a9c 100644 --- a/Zotlabs/Module/Acl.php +++ b/Zotlabs/Module/Acl.php @@ -166,7 +166,7 @@ class Acl extends \Zotlabs\Web\Controller { if($extra_channels) { foreach($extra_channels as $channel) { if(perm_is_allowed(intval($channel), get_observer_hash(),'view_contacts')) { - if($extra_channel_sql) + if($extra_channels_sql) $extra_channels_sql .= ','; $extra_channels_sql .= intval($channel); } diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Module/Admin/Enotify.php index a7082f45a..a7082f45a 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Module/Admin/Enotify.php |