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