Update NamePattern.php

This commit is contained in:
Broskavka 2017-12-13 16:53:36 -06:00 committed by Thomas Gelf
parent 619717903b
commit c825d0b441
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}