X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotifications.php;h=909b297ebfbe992c92e01cc46cff10a03c435e72;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=00c234d157717639ee948ebdc687faad128174a9;hpb=9feab828c88dfdc0c66fef3269f6cdf0122d2840;p=friendica.git diff --git a/mod/notifications.php b/mod/notifications.php index 00c234d157..909b297ebf 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -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');