Fix bug url redirection after login
This commit is contained in:
@@ -56,7 +56,7 @@ class User extends Base
|
|||||||
|
|
||||||
if ($valid) {
|
if ($valid) {
|
||||||
if ($redirect_query !== '') {
|
if ($redirect_query !== '') {
|
||||||
$this->response->redirect('?'.$redirect_query);
|
$this->response->redirect('?'.urldecode($redirect_query));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$this->response->redirect('?controller=app');
|
$this->response->redirect('?controller=app');
|
||||||
|
|||||||
Reference in New Issue
Block a user