1
0
Fork 0

Replace remaining $a->page by DI::page()

This commit is contained in:
Hypolite Petovan 2019-12-30 17:35:01 -05:00
commit e84ad15569
5 changed files with 12 additions and 12 deletions

View file

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