From: Jens Frank Date: Wed, 19 Jan 2005 22:59:43 +0000 (+0000) Subject: BUG#1363 Fix Enotif Reset Nofication Flags - by Dieter Menne X-Git-Tag: 1.5.0alpha1~883 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=c7985b5ddc735a931448335acdbbeb54ad72d01d;p=lhc%2Fweb%2Fwiklou.git BUG#1363 Fix Enotif Reset Nofication Flags - by Dieter Menne --- 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)) {