BUG#1363 Fix Enotif Reset Nofication Flags - by Dieter Menne
authorJens Frank <jeluf@users.mediawiki.org>
Wed, 19 Jan 2005 22:59:43 +0000 (22:59 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Wed, 19 Jan 2005 22:59:43 +0000 (22:59 +0000)
includes/SpecialWatchlist.php

index 25f4ef7..234b9df 100644 (file)
@@ -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)) {