Update NamePattern.php
This commit is contained in:
parent
619717903b
commit
c825d0b441
|
@ -23,7 +23,7 @@ class NamePattern extends Zend_Validate_Abstract
|
|||
}
|
||||
|
||||
if (is_array($this->pattern)) {
|
||||
$msg = implode (' | ', $this->pattern);
|
||||
$msg = implode(' | ', $this->pattern);
|
||||
} else {
|
||||
$msg = $this->pattern;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue