1
0
Fork 0

fix undeclared variables or wrong variable names (/mod)

This commit is contained in:
rabuzarus 2018-02-12 03:25:09 +01:00
commit 2e03a3a47f
22 changed files with 29 additions and 24 deletions

View file

@ -77,7 +77,7 @@ function notify_content(App $a)
$notif_content .= L10n::t('No more system notifications.');
}
$o .= replace_macros($notif_tpl, [
$o = replace_macros($notif_tpl, [
'$notif_header' => L10n::t('System Notifications'),
'$tabs' => false, // $tabs,
'$notif_content' => $notif_content,