mirror of
https://github.com/friendica/friendica
synced 2025-04-23 10:30: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
|
@ -890,7 +890,7 @@ class Post
|
|||
|
||||
$template = Renderer::getMarkupTemplate($this->getCommentBoxTemplate());
|
||||
$comment_box = Renderer::replaceMacros($template, [
|
||||
'$return_path' => $a->query_string,
|
||||
'$return_path' => DI::args()->getQueryString(),
|
||||
'$threaded' => $this->isThreaded(),
|
||||
'$jsreload' => '',
|
||||
'$wall' => ($conv->getMode() === 'profile'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue