diff --git a/framework/base/router.class.php b/framework/base/router.class.php index 4cdf2a70ee..c564cb3dd2 100644 --- a/framework/base/router.class.php +++ b/framework/base/router.class.php @@ -1608,6 +1608,8 @@ class baseRouter $this->loadLang('company'); $common->setUserConfig(); + $this->setDebug(); + return $common; }