Redirect to /index after login

This commit is contained in:
Eric Lippmann 2013-10-23 16:01:52 +02:00
parent 58b4674f58
commit a9086c5388

View File

@ -149,7 +149,7 @@ class ActionController extends Zend_Controller_Action
* *
* @throws \Exception * @throws \Exception
*/ */
protected function redirectToLogin($afterLogin = '/index/welcome') protected function redirectToLogin($afterLogin = '/index')
{ {
if ($this->getRequest()->isXmlHttpRequest()) { if ($this->getRequest()->isXmlHttpRequest()) {