From: Alexandre Emsenhuber Date: Mon, 1 Jun 2009 14:47:47 +0000 (+0000) Subject: forgot to save this before committing *sigh* X-Git-Tag: 1.31.0-rc.0~41563 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=57dededfa2567d84dc0551d703fba37cf236efa9;p=lhc%2Fweb%2Fwiklou.git forgot to save this before committing *sigh* --- 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 ) {