mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
This commit is contained in:
parent
26af2feee2
commit
e6f61c2cc7
33 changed files with 63 additions and 66 deletions
|
@ -94,7 +94,7 @@ function api_content(App $a)
|
|||
if (!local_user()) {
|
||||
/// @TODO We need login form to redirect to this page
|
||||
notice(L10n::t('Please login to continue.') . EOL);
|
||||
return Login::form($a->query_string, false, $request->get_parameters());
|
||||
return Login::form(DI::args()->getQueryString(), false, $request->get_parameters());
|
||||
}
|
||||
//FKOAuth1::loginUser(4);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue