1
0

Fixed the user redirection

This commit is contained in:
Anthony Gourd 2016-12-02 02:59:00 +01:00
parent a544035f18
commit 6513941c4b

@ -326,6 +326,8 @@ class UsersController extends AppController
return true;
}
}
else if(in_array($this->request->action, ['index']))
return true;
}
return false;