Replace deprecated $a->page with DI::page()
This commit is contained in:
@@ -36,8 +36,8 @@ function match_content(App $a)
|
||||
return '';
|
||||
}
|
||||
|
||||
$a->page['aside'] .= Widget::findPeople();
|
||||
$a->page['aside'] .= Widget::follow();
|
||||
DI::page()['aside'] .= Widget::findPeople();
|
||||
DI::page()['aside'] .= Widget::follow();
|
||||
|
||||
$_SESSION['return_path'] = DI::args()->getCommand();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user