]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Fix potential bugs without expected behavior change
[friendica.git] / mod / notify.php
index 2606e796ff81daa74682a4b80671a4f387776f99..87035817841d637b957037051ca087b34a9551ba 100644 (file)
@@ -58,6 +58,8 @@ function notify_content(App $a)
                return Login::form();
        }
 
+       $notif_content = '';
+
        $nm = new NotificationsManager();
 
        $notif_tpl = Renderer::getMarkupTemplate('notifications.tpl');