mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
This commit is contained in:
parent
5060f3c0aa
commit
dfd8c4c24f
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue