From 563452fd34392c92f90042709491ada330b2a2f9 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 5 Jan 2013 01:04:56 +0100 Subject: [PATCH] Fixed template engine --- .../files/lib/system/template/ACPTemplateEngine.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.20.1