FIX - login on iPad
This commit is contained in:
parent
bfbf803f97
commit
849fb5a97f
|
|
@ -141,7 +141,7 @@ class IndexController extends Controller
|
|||
}
|
||||
|
||||
App::userLogin($user);
|
||||
App::redirect($_SERVER['HTTP_REFERER']);
|
||||
App::redirect(isset($_SERVER['HTTP_REFERER'])?$_SERVER['HTTP_REFERER']:'/');
|
||||
}
|
||||
|
||||
static function actionSitemap()
|
||||
|
|
|
|||
Loading…
Reference in New Issue