summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/update.php b/update.php
index 0094aa7..cc35e44 100755
--- a/update.php
+++ b/update.php
@@ -80,11 +80,9 @@ class Smarty_Hostinfo extends Smarty {
parent::__construct();
$this->setCompileDir(__DIR__ . '/templates_c/');
- $this->setConfigDir(__DIR__ . '/configs/');
-
- $this->default_resource_type = 'dokuwiki';
$this->addPluginsDir(__DIR__ . '/plugins/');
+ $this->default_resource_type = 'dokuwiki';
$this->loadFilter("pre", 'whitespace_control');
$this->caching = Smarty::CACHING_OFF;