From: Tim Düsterhus Date: Wed, 18 Nov 2020 15:16:44 +0000 (+0100) Subject: Remove assignment of $__wscMissingOwnerGroup X-Git-Tag: 5.4.0_Alpha_1~597 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2883d91d6ce178cbfba11bca10addb2f19eeb37c;p=GitHub%2FWoltLab%2FWCF.git Remove assignment of $__wscMissingOwnerGroup Apparently this was forgotten in #3697. --- 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]); - } } /**