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

View File

@ -23,7 +23,7 @@ class NamePattern extends Zend_Validate_Abstract
} }
if (is_array($this->pattern)) { if (is_array($this->pattern)) {
$msg = implode (' | ', $this->pattern); $msg = implode(' | ', $this->pattern);
} else { } else {
$msg = $this->pattern; $msg = $this->pattern;
} }