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
commit b9dba631aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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?'),