From 57dededfa2567d84dc0551d703fba37cf236efa9 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 1 Jun 2009 14:47:47 +0000 Subject: [PATCH] forgot to save this before committing *sigh* --- includes/specials/SpecialRevisiondelete.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index c8a5e9be0f..7dce3e0332 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -475,8 +475,9 @@ class RevisionDeleter { * @param $desc String: description to add to the array if the option was * enabled / disabled. * @param $field Integer: the bitmask describing the single option. - * @param $diff Integer: The xor of the old and new bitfields. - * @param $arr Array: The array to update. + * @param $diff Integer: the xor of the old and new bitfields. + * @param $new Integer: the new bitfield + * @param $arr Array: the array to update. */ protected static function checkItem( $desc, $field, $diff, $new, &$arr ) { if( $diff & $field ) { -- 2.20.1