Skip to content

Commit

Permalink
Remove remnant debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Aug 1, 2012
1 parent 59929bf commit 408431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Validator/Iban.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function isValid($value)
}

if (!preg_match('/^' . self::$ibanRegex[$countryCode] . '$/', $value)) {
$this->error(self::FALSEFORMAT . $value . '<>' . self::$ibanRegex[$countryCode]);
$this->error(self::FALSEFORMAT);
return false;
}

Expand Down

0 comments on commit 408431d

Please sign in to comment.