diff --git a/classes/Dispatcher.php b/classes/Dispatcher.php index 497ef6d03..414ae9080 100644 --- a/classes/Dispatcher.php +++ b/classes/Dispatcher.php @@ -206,7 +206,6 @@ class DispatcherCore $this->front_controller = self::FC_ADMIN; $this->controller_not_found = 'adminnotfound'; $this->default_controller = 'adminhome'; - $this->use_routes = false; } elseif (Tools::getValue('fc') == 'module') {