diff options
author | Mario <mario@mariovavti.com> | 2023-02-27 20:38:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-27 20:38:42 +0000 |
commit | 7dacc7c2688199f8d73a2a33fbdfdd840fc62d77 (patch) | |
tree | da00ba1eac820be624c1ee0bee40bdbb177315fb /boot.php | |
parent | 0db2e6b62c2af950275e1a1f6096d4c974f467ce (diff) | |
download | volse-hubzilla-7dacc7c2688199f8d73a2a33fbdfdd840fc62d77.tar.gz volse-hubzilla-7dacc7c2688199f8d73a2a33fbdfdd840fc62d77.tar.bz2 volse-hubzilla-7dacc7c2688199f8d73a2a33fbdfdd840fc62d77.zip |
Revert "fix second part of issue #1731"
This reverts commit 0db2e6b62c2af950275e1a1f6096d4c974f467ce.
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($pregistered, $p)) { + if (!in_array($p, $pregistered)) { $found_new_perm = true; // for all channels |