From c7985b5ddc735a931448335acdbbeb54ad72d01d Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Wed, 19 Jan 2005 22:59:43 +0000 Subject: [PATCH] BUG#1363 Fix Enotif Reset Nofication Flags - by Dieter Menne --- includes/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 25f4ef7e2b..234b9dfc6b 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -42,7 +42,7 @@ function wfSpecialWatchlist() { $wgOut->addHTML( wfMsg( "email_notification_infotext" ) ); if( $wgRequest->getVal( 'reset' ) == 'all' ) { - $wgUser->clearAllNotifications(); + $wgUser->clearAllNotifications( $uid ); } if(($action == "submit") && isset($remove) && is_array($id)) { -- 2.20.1