]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Merge pull request #691 from annando/master
[friendica.git] / mod / notify.php
index 6ff437a38c94b692f5d903a8c1455faf32666ab3..b4d60a747c0bb5fcf871f9775c8fb8b909e5932c 100644 (file)
@@ -63,7 +63,7 @@ function notify_content(&$a) {
                
                $o .= replace_macros($notif_tpl, array(
                        '$notif_header' => t('System Notifications'),
-                       '$tabs_data' => '', // $tabs,
+                       '$tabs' => '', // $tabs,
                        '$notif_content' => $notif_content,
                ));