[-] BO - fixed bug #PSCFV-8802 - #PNM-960 - #PNM-944 url rewrite bug when generate front url from back

This commit is contained in:
vAugagneur
2013-04-23 17:41:29 +02:00
parent c7bbf74913
commit 3607c2264f
-1
View File
@@ -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')
{