Replace deprecated $a->page with DI::page()

This commit is contained in:
nupplaPhil
2019-12-30 20:02:09 +01:00
parent 6c2d13403e
commit 6d7362da41
48 changed files with 197 additions and 198 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ function suggest_content(App $a)
$_SESSION['return_path'] = DI::args()->getCommand();
$a->page['aside'] .= Widget::findPeople();
$a->page['aside'] .= Widget::follow();
DI::page()['aside'] .= Widget::findPeople();
DI::page()['aside'] .= Widget::follow();
$r = GContact::suggestionQuery(local_user());