mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
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…
x
Reference in New Issue
Block a user