Skip to content

Commit 092bbaf

Browse files
committed
Fix CI/CD failures
1 parent 2f0da42 commit 092bbaf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

library/Icinga/Common/Database.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ protected function getDb()
6464

6565
$insert->values(array_combine($insert->getColumns(), $values));
6666
});
67-
6867
}
6968

7069
return $conn;

library/Icinga/Web/Dashboard/Pane.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ public function loadDashboardEntries(string $name = '')
117117

118118
$this->addEntry($newDashlet);
119119

120-
if (
121-
Modules\DashletManager::isOrphaned($newDashlet)
120+
if (Modules\DashletManager::isOrphaned($newDashlet)
122121
|| (
123122
$newDashlet->isModuleDashlet()
124123
&& $dashlet->system_module_dashlet_id === null

0 commit comments

Comments
 (0)