Fixed package installation
authorAlexander Ebert <ebert@woltlab.com>
Tue, 11 Oct 2011 18:16:54 +0000 (20:16 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 11 Oct 2011 18:16:54 +0000 (20:16 +0200)
wcfsetup/install/files/lib/acp/page/PackagePage.class.php

index 5cfe31d0769e67f8f44d70a6c08e03d885200882..a363a382fa167495c8c0a88e15fe1dd44420f96a 100755 (executable)
@@ -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;