remove unnecessary function

This commit is contained in:
chfhtw
2026-03-25 16:11:52 +01:00
parent 5139c3e44e
commit 91d656ff60
2 changed files with 3 additions and 12 deletions
@@ -37,7 +37,9 @@ class DashboardLib
public function getDashboardByKurzbz($dashboard_kurzbz)
{
$result = $this->_ci->DashboardModel->getDashboardByKurzbz($dashboard_kurzbz);
$result = $this->_ci->DashboardModel->loadWhere([
'dashboard_kurzbz' => $dashboard_kurzbz
]);
if (hasData($result))
{