diff --git a/mod/notifications.php b/mod/notifications.php index 3182a790c6..3fee2b140a 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -197,7 +197,6 @@ function notifications_content(&$a) { '$notif_header' => t('Notifications'), '$tabs' => $tabs, '$notif_content' => $notif_content, - '$activetab' => 'intros' )); $o .= paginate($a); @@ -284,7 +283,6 @@ function notifications_content(&$a) { '$notif_header' => t('Notifications'), '$tabs' => $tabs, '$notif_content' => $notif_content, - '$activetab' => 'network' )); } else if (($a->argc > 1) && ($a->argv[1] == 'home')) { @@ -361,7 +359,6 @@ function notifications_content(&$a) { '$notif_header' => t('Notifications'), '$tabs' => $tabs, '$notif_content' => $notif_content, - '$activetab' => 'home' )); }