aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-02-27 20:31:16 +0000
committerMario <mario@mariovavti.com>2023-02-27 20:31:16 +0000
commit0db2e6b62c2af950275e1a1f6096d4c974f467ce (patch)
treee61ebfeab832bf125e2f1fa96342cf61adde1e5f /boot.php
parente412bdbdbec522fb4a19aac948ddeb14d26b2e9a (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 4072e3910..d6fa703ea 100644
--- a/boot.php
+++ b/boot.php
@@ -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