Fixed template engine
authorMarcel Werk <burntime@woltlab.com>
Sat, 5 Jan 2013 00:04:56 +0000 (01:04 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 5 Jan 2013 00:04:56 +0000 (01:04 +0100)
wcfsetup/install/files/lib/system/template/ACPTemplateEngine.class.php

index 93096842a76262b8508b895273e0f47b859cfcc7..61f305bcb96e0057633c74b2fcb631e63ce75478 100644 (file)
@@ -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')) {