mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
Update NamePattern.php
This commit is contained in:
parent
619717903b
commit
c825d0b441
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue