Index: trunk/extensions/Validator/includes/ItemParameterCriterion.php |
— | — | @@ -77,7 +77,6 @@ |
78 | 78 | } |
79 | 79 | |
80 | 80 | if ( $result->hasInvalidItems() ) { |
81 | | - var_dump($parameter);exit; |
82 | 81 | $allInvalid = count( $result->getInvalidItems() ) == count( $parameter->getValue() ); |
83 | 82 | |
84 | 83 | // If the parameter is required and all items are invalid, it's fatal. |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | die( 'Not an entry point.' ); |
26 | 26 | } |
27 | 27 | |
28 | | -define( 'Validator_VERSION', '0.4.2 rc1' ); |
| 28 | +define( 'Validator_VERSION', '0.4.2 rc2' ); |
29 | 29 | |
30 | 30 | // Register the internationalization file. |
31 | 31 | $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php'; |