Index: trunk/extensions/Validator/Validator_Manager.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | */ |
43 | 43 | public function manageParameters( array $rawParameters, array $parameterInfo, array $defaultParams = array() ) { |
44 | 44 | global $egValidatorErrorLevel; |
45 | | - |
| 45 | + |
46 | 46 | $this->validator = new Validator(); |
47 | 47 | |
48 | 48 | $this->validator->parseAndSetParams( $rawParameters, $parameterInfo, $defaultParams ); |