From 3607c2264fb7ba9a3dae0e173098ecc0f6b16488 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 23 Apr 2013 17:41:29 +0200 Subject: [PATCH] [-] BO - fixed bug #PSCFV-8802 - #PNM-960 - #PNM-944 url rewrite bug when generate front url from back --- classes/Dispatcher.php | 1 - 1 file changed, 1 deletion(-) 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') {