From: Marcel Werk Date: Sat, 5 Jan 2013 00:04:56 +0000 (+0100) Subject: Fixed template engine X-Git-Tag: 2.0.0_Beta_1~595 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=563452fd34392c92f90042709491ada330b2a2f9;p=GitHub%2FWoltLab%2FWCF.git Fixed template engine --- diff --git a/wcfsetup/install/files/lib/system/template/ACPTemplateEngine.class.php b/wcfsetup/install/files/lib/system/template/ACPTemplateEngine.class.php index 93096842a7..61f305bcb9 100644 --- a/wcfsetup/install/files/lib/system/template/ACPTemplateEngine.class.php +++ b/wcfsetup/install/files/lib/system/template/ACPTemplateEngine.class.php @@ -23,7 +23,7 @@ class ACPTemplateEngine extends TemplateEngine { protected function init() { parent::init(); - $this->templatePaths = array(1 => WCF_DIR.'acp/templates/'); + $this->templatePaths = array('wcf' => WCF_DIR.'acp/templates/'); $this->compileDir = WCF_DIR.'acp/templates/compiled/'; if (!defined('NO_IMPORTS')) {