From 2883d91d6ce178cbfba11bca10addb2f19eeb37c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 Nov 2020 16:16:44 +0100 Subject: [PATCH] Remove assignment of $__wscMissingOwnerGroup Apparently this was forgotten in #3697. --- wcfsetup/install/files/lib/system/WCFACP.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wcfsetup/install/files/lib/system/WCFACP.class.php b/wcfsetup/install/files/lib/system/WCFACP.class.php index b29eeb1898..d4d360e7ce 100644 --- a/wcfsetup/install/files/lib/system/WCFACP.class.php +++ b/wcfsetup/install/files/lib/system/WCFACP.class.php @@ -177,10 +177,6 @@ class WCFACP extends WCF { self::$overrideDebugMode = true; } } - - if (PACKAGE_ID && WCF::getUser()->userID && WCF::getSession()->getPermission('admin.configuration.package.canInstallPackage') && UserGroup::getOwnerGroupID() === null) { - self::getTPL()->assign(['__wscMissingOwnerGroup' => true]); - } } /** -- 2.20.1