Remove deprecated App::query_string - replace with DI::args()->getQueryString()

This commit is contained in:
nupplaPhil
2019-12-16 01:30:34 +01:00
parent 26af2feee2
commit e6f61c2cc7
33 changed files with 63 additions and 66 deletions

View File

@@ -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()) {