// Fix bugs on frontControllers

This commit is contained in:
rMalie
2011-09-27 15:28:41 +00:00
parent ba0eaacb6e
commit 12c36b21b2
2 changed files with 8 additions and 8 deletions
+7 -2
View File
@@ -92,7 +92,7 @@ class FrontControllerCore extends Controller
$this->displayHeader(false);
$this->displayFooter(false);
}
ob_start();
// Switch language if needed and init cookie language
@@ -353,7 +353,7 @@ class FrontControllerCore extends Controller
$this->preProcess();
}
}*/
//$this->preProcess();
}
@@ -362,6 +362,11 @@ class FrontControllerCore extends Controller
}
public function initContent()
{
$this->process();
}
public function process()
{
}