X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotify.php;h=b4d60a747c0bb5fcf871f9775c8fb8b909e5932c;hb=6edc52f78f12f366f344eb86723d39b92a77a9ff;hp=ae8273a1d3eda064c7a7b2f5697162e3955f018c;hpb=c3139fa0fd49b0b4de4568d46a6946c75ccb2a62;p=friendica.git diff --git a/mod/notify.php b/mod/notify.php index ae8273a1d3..b4d60a747c 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -61,7 +61,7 @@ function notify_content(&$a) { $notif_content .= t('No more system notifications.'); } - $o .= replace_macros($notif_tpl,array( + $o .= replace_macros($notif_tpl, array( '$notif_header' => t('System Notifications'), '$tabs' => '', // $tabs, '$notif_content' => $notif_content, @@ -70,4 +70,4 @@ function notify_content(&$a) { return $o; -} \ No newline at end of file +}