mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
minor change
This commit is contained in:
parent
8f3f8679d5
commit
2922276654
@ -351,7 +351,7 @@ class Cluster extends Entity
|
||||
['nombre' => $name]
|
||||
);
|
||||
|
||||
if ($module !== null) {
|
||||
if ($module !== null && empty($module) === false) {
|
||||
if (count($module) > 1) {
|
||||
$msg = __METHOD__.' error: Multiple occurrences of "';
|
||||
$msg .= $name.'", please remove duplicates from agent "';
|
||||
|
Loading…
x
Reference in New Issue
Block a user