Missing ;

This commit is contained in:
cgfhtw
2023-03-13 09:02:46 +01:00
parent 83c0413815
commit 6b6392deb4
@@ -41,7 +41,7 @@ class DashboardLib
if (hasData($result))
{
return current(getData($result))
return current(getData($result));
}
return null;