diff options
author | Mario <mario@mariovavti.com> | 2023-02-27 20:31:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-27 20:31:16 +0000 |
commit | 0db2e6b62c2af950275e1a1f6096d4c974f467ce (patch) | |
tree | e61ebfeab832bf125e2f1fa96342cf61adde1e5f /boot.php | |
parent | e412bdbdbec522fb4a19aac948ddeb14d26b2e9a (diff) | |
download | volse-hubzilla-0db2e6b62c2af950275e1a1f6096d4c974f467ce.tar.gz volse-hubzilla-0db2e6b62c2af950275e1a1f6096d4c974f467ce.tar.bz2 volse-hubzilla-0db2e6b62c2af950275e1a1f6096d4c974f467ce.zip |
fix second part of issue #1731
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2657,7 +2657,7 @@ function check_for_new_perms() { $found_new_perm = false; foreach ($pcurrent as $p) { - if (!in_array($p, $pregistered)) { + if (!in_array($pregistered, $p)) { $found_new_perm = true; // for all channels |