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

This commit is contained in:
nupplaPhil 2019-12-16 01:30:33 +01:00
parent 5060f3c0aa
commit dfd8c4c24f
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 3 additions and 2 deletions

View file

@ -151,7 +151,7 @@ function xmpp_converse(App $a)
return;
}
if (in_array($a->query_string, ["admin/federation/"])) {
if (in_array(DI::args()->getQueryString(), ["admin/federation/"])) {
return;
}