mirror of
https://github.com/friendica/friendica
synced 2025-05-06 06:24:11 +02: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
|
@ -40,8 +40,6 @@ use Psr\Log\LoggerInterface;
|
|||
*/
|
||||
class App
|
||||
{
|
||||
/** @deprecated 2019.09 - use App\Arguments->getQueryString() */
|
||||
public $query_string;
|
||||
/**
|
||||
* @var Page The current page environment
|
||||
*/
|
||||
|
@ -175,7 +173,6 @@ class App
|
|||
$this->cmd = $args->getCommand();
|
||||
$this->argv = $args->getArgv();
|
||||
$this->argc = $args->getArgc();
|
||||
$this->query_string = $args->getQueryString();
|
||||
$this->module = $module->getName();
|
||||
$this->page = $page;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue