This commit is contained in:
Tobias Diekershoff 2018-05-13 17:17:40 +02:00
parent 82ff2c2dd2
commit 8401cfb6f9
1 changed files with 2 additions and 2 deletions

View File

@ -25,13 +25,13 @@ function notifyall_uninstall()
function notifyall_module() {}
function notifyall_addon_admin(App &$a, &$o)
function notifyall_addon_admin(App $a, &$o)
{
$o = '<div></div>&nbsp;&nbsp;&nbsp;&nbsp;<a href="' . z_root() . '/notifyall">' . L10n::t('Send email to all members') . '</a></br/>';
}
function notifyall_post(App &$a)
function notifyall_post(App $a)
{
if(! is_site_admin())
{