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

// and added postprocess return value

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10182 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-16 16:25:00 +00:00
parent 5fe5558dbe
commit 4e159bf6b6
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();