Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | return $f; |
91 | 91 | } |
92 | 92 | |
93 | | - protected static function userIsNew( Array $attribs ) { |
| 93 | + protected static function userIsNew( $attribs ) { |
94 | 94 | global $wgAutoConfirmCount, $wgAutoConfirmAge; |
95 | 95 | if( !array_key_exists('user_editcount',$attribs) || !array_key_exists('user_registration',$attribs) ) { |
96 | 96 | return false; // missing input! |