mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
Merge pull request #8037 from MrPetovan/bug/notices
Replace remaining $a->page by DI::page()
This commit is contained in:
commit
b9dba631aa
5 changed files with 12 additions and 12 deletions
|
@ -141,7 +141,7 @@ function message_content(App $a)
|
|||
}
|
||||
}
|
||||
|
||||
//$a->page['aside'] = '';
|
||||
//DI::page()['aside'] = '';
|
||||
return Renderer::replaceMacros(Renderer::getMarkupTemplate('confirm.tpl'), [
|
||||
'$method' => 'get',
|
||||
'$message' => L10n::t('Do you really want to delete this message?'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue