[*] All : new method Controller::redirect and property $controller->redirect_after

// and added postprocess return value
This commit is contained in:
mMarinetti
2011-11-16 16:25:00 +00:00
parent a06ebbae92
commit 1e59c1f338
3 changed files with 57 additions and 23 deletions
+5
View File
@@ -390,6 +390,11 @@ class FrontControllerCore extends Controller
{
}
public function redirect()
{
Tools::redirectLink($this->redirect_after);
}
public function display()
{
Tools::safePostVars();