]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Several more warnings ... (#5340)
[friendica.git] / mod / notifications.php
index 7b63a8dd02c57d5e7e5931f7d130affb267db819..b113be030d8337cc95f19d744e4f9a57f2671443 100644 (file)
@@ -79,6 +79,7 @@ function notifications_content(App $a)
        // Get the nav tabs for the notification pages
        $tabs = $nm->getTabs();
        $notif_content = [];
+       $notif_nocontent = '';
 
        // Notification results per page
        $perpage = 20;
@@ -184,7 +185,11 @@ function notifications_content(App $a)
                                        $dfrn_tpl = get_markup_template('netfriend.tpl');
 
                                        $knowyou   = '';
+                                       $lbl_knowyou = '';
                                        $dfrn_text = '';
+                                       $helptext = '';
+                                       $helptext2 = '';
+                                       $helptext3 = '';
 
                                        if ($it['network'] === NETWORK_DFRN || $it['network'] === NETWORK_DIASPORA) {
                                                if ($it['network'] === NETWORK_DFRN) {