mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
Missing ;
This commit is contained in:
@@ -41,7 +41,7 @@ class DashboardLib
|
||||
|
||||
if (hasData($result))
|
||||
{
|
||||
return current(getData($result))
|
||||
return current(getData($result));
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user