From: Alexander Ebert Date: Tue, 11 Oct 2011 18:16:54 +0000 (+0200) Subject: Fixed package installation X-Git-Tag: 2.0.0_Beta_1~1711 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=295731e2e7d59abead77d62e3723c497f7a54124;p=GitHub%2FWoltLab%2FWCF.git Fixed package installation --- diff --git a/wcfsetup/install/files/lib/acp/page/PackagePage.class.php b/wcfsetup/install/files/lib/acp/page/PackagePage.class.php index 5cfe31d076..a363a382fa 100755 --- a/wcfsetup/install/files/lib/acp/page/PackagePage.class.php +++ b/wcfsetup/install/files/lib/acp/page/PackagePage.class.php @@ -21,6 +21,11 @@ use wcf\system\WCFACP; * @category Community Framework */ class PackagePage extends AbstractPage { + /** + * @see wcf\page\AbstractPage::$useTemplate + */ + public $useTemplate = false; + const DO_NOT_LOG = true; public $parentQueueID = 0; public $processNo = 0;