]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
fix undeclared variables or wrong variable names (/mod)
[friendica.git] / mod / notify.php
index 0ab2b0d4147b2e222c492fdfcd4fef57e16db6a0..dff7d147f0e10dfb788c7c05c98bc04bb8030ba4 100644 (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,