Replace deprecated $a->page with DI::page()
This commit is contained in:
parent
6c2d13403e
commit
6d7362da41
48 changed files with 197 additions and 198 deletions
|
|
@ -142,7 +142,7 @@ function unfollow_content(App $a)
|
|||
'$keywords_label'=> ''
|
||||
]);
|
||||
|
||||
$a->page['aside'] = '';
|
||||
DI::page()['aside'] = '';
|
||||
Profile::load($a, '', 0, Contact::getDetailsByURL($contact['url']));
|
||||
|
||||
$o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), ['$title' => L10n::t('Status Messages and Posts')]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue