aboutsummaryrefslogtreecommitdiff
path: root/app/class/controller.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-12 11:11:58 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-12 11:11:58 +0100
commit89b05effb2eb45382762fcfcfae2373b7754caa7 (patch)
treede7a5298f1ef7a095c4b99e684c80b9152c686b1 /app/class/controller.php
parenta64af357ff41a61f5248e2052274315b390e979c (diff)
downloadwcms-89b05effb2eb45382762fcfcfae2373b7754caa7.tar.gz
wcms-89b05effb2eb45382762fcfcfae2373b7754caa7.zip
url-cleaning-redirect-correct-id
Diffstat (limited to 'app/class/controller.php')
-rw-r--r--app/class/controller.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/class/controller.php b/app/class/controller.php
index db13d5a..1c3fee5 100644
--- a/app/class/controller.php
+++ b/app/class/controller.php
@@ -11,8 +11,7 @@ class Controller
public function __construct($router) {
$this->setuser();
$this->router = $router;
- $this->initplates();
- $this->initconfig();
+ $this->initplates();
}
public function setuser()
@@ -44,10 +43,6 @@ class Controller
}
}
- public function initconfig()
- {
- Config::readconfig();
- }
public function showtemplate($template, $params)
{