Remove deprecated App::query_string - replace with DI::args()->getQueryString()
This commit is contained in:
@@ -95,7 +95,7 @@ class Login extends BaseModule
|
||||
}
|
||||
|
||||
if (is_null($return_path)) {
|
||||
$return_path = $a->query_string;
|
||||
$return_path = DI::args()->getQueryString();
|
||||
}
|
||||
|
||||
if (local_user()) {
|
||||
|
||||
Reference in New Issue
Block a user