diff --git a/framework/router.class.php b/framework/router.class.php index 6705c4ceca..30b6100660 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -1435,6 +1435,7 @@ class router */ public function exportConfig() { + $view = new stdclass(); $view->version = $this->config->version; $view->requestType = $this->config->requestType; $view->pathType = $this->config->pathType;