forgot to save this before committing *sigh*
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 1 Jun 2009 14:47:47 +0000 (14:47 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 1 Jun 2009 14:47:47 +0000 (14:47 +0000)
includes/specials/SpecialRevisiondelete.php

index c8a5e9b..7dce3e0 100644 (file)
@@ -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 ) {