Fix cached desynchro

This commit is contained in:
Romain Neutron
2012-01-31 15:57:50 +01:00
parent 190b5992ff
commit f060323941
6 changed files with 141 additions and 129 deletions

View File

@@ -287,7 +287,7 @@ class Controller_Setup_Installer implements ControllerProviderInterface
$appbox->get_session()->authenticate($auth);
$redirection = '/admin/?section=taskmanager&notice=install_success';
$redirection = '/admin/index.php?section=taskmanager&notice=install_success';
return $app->redirect($redirection);
}