Skip to content

Commit

Permalink
Fix CI/CD failures
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed May 20, 2022
1 parent 2f0da42 commit 092bbaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion library/Icinga/Common/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ protected function getDb()

$insert->values(array_combine($insert->getColumns(), $values));
});

}

return $conn;
Expand Down
3 changes: 1 addition & 2 deletions library/Icinga/Web/Dashboard/Pane.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ public function loadDashboardEntries(string $name = '')

$this->addEntry($newDashlet);

if (
Modules\DashletManager::isOrphaned($newDashlet)
if (Modules\DashletManager::isOrphaned($newDashlet)
|| (
$newDashlet->isModuleDashlet()
&& $dashlet->system_module_dashlet_id === null
Expand Down

0 comments on commit 092bbaf

Please sign in to comment.