// Code cleaning

This commit is contained in:
dMetzger
2012-09-20 13:16:01 +00:00
parent 455585aebf
commit 84894cdbca
4 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ class DispatcherCore
$this->default_controller = 'adminhome';
$this->use_routes = false;
}
else if (Tools::getValue('fc') == 'module')
elseif (Tools::getValue('fc') == 'module')
{
$this->front_controller = self::FC_MODULE;
$this->controller_not_found = 'pagenotfound';