Merge pull request #8037 from MrPetovan/bug/notices

Replace remaining $a->page by DI::page()
This commit is contained in:
Philipp
2019-12-30 23:41:23 +01:00
committed by GitHub
5 changed files with 12 additions and 12 deletions

View File

@@ -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?'),