Remove deprecated App::cmd - replace with DI::args()->getCommand()
This commit is contained in:
parent
e6f61c2cc7
commit
33674808dc
16 changed files with 23 additions and 25 deletions
|
@ -41,7 +41,7 @@ function suggest_content(App $a)
|
|||
return;
|
||||
}
|
||||
|
||||
$_SESSION['return_path'] = $a->cmd;
|
||||
$_SESSION['return_path'] = DI::args()->getCommand();
|
||||
|
||||
$a->page['aside'] .= Widget::findPeople();
|
||||
$a->page['aside'] .= Widget::follow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue