PMCORE-3242

This commit is contained in:
root
2021-08-24 16:26:09 -04:00
parent c45f0bde07
commit eecaea960d

View File

@@ -83,9 +83,11 @@ class DbConnections
$result->next(); $result->next();
} }
if (isset($row[2])) {
if (!in_array($row[2], $types)) { if (!in_array($row[2], $types)) {
$types[] = $row[2]; $types[] = $row[2];
} }
}
$this->connections = $connections; $this->connections = $connections;
return $connections; return $connections;
} }