]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Prepearations for queueing of twitter messages
[friendica.git] / mod / notify.php
index ae8273a1d3eda064c7a7b2f5697162e3955f018c..b4d60a747c0bb5fcf871f9775c8fb8b909e5932c 100644 (file)
@@ -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
+}