fix second part of issue #1731

This commit is contained in:
Mario
2023-02-27 20:31:16 +00:00
parent e412bdbdbe
commit 0db2e6b62c

View File

@@ -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