From 7dacc7c2688199f8d73a2a33fbdfdd840fc62d77 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 27 Feb 2023 20:38:42 +0000 Subject: Revert "fix second part of issue #1731" This reverts commit 0db2e6b62c2af950275e1a1f6096d4c974f467ce. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d6fa703ea..4072e3910 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($pregistered, $p)) { + if (!in_array($p, $pregistered)) { $found_new_perm = true; // for all channels -- cgit v1.2.3