]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Fix potential bugs without expected behavior change
[friendica.git] / mod / notifications.php
index 00c234d157717639ee948ebdc687faad128174a9..909b297ebfbe992c92e01cc46cff10a03c435e72 100644 (file)
@@ -92,6 +92,8 @@ function notifications_content(App $a)
 
        $notif_header = L10n::t('Notifications');
 
+       $all = false;
+
        // Get introductions
        if ((($a->argc > 1) && ($a->argv[1] == 'intros')) || (($a->argc == 1))) {
                Nav::setSelected('introductions');