Added forgotten DBA::close

This commit is contained in:
Michael 2020-04-28 05:55:17 +00:00
parent ebb96faedd
commit 9ccdbd9349
2 changed files with 2 additions and 0 deletions

View File

@ -614,6 +614,7 @@ class Worker
} }
} }
} }
DBA::close($entries);
} }
/** /**

View File

@ -1298,6 +1298,7 @@ class User
$statistics['active_users_monthly']++; $statistics['active_users_monthly']++;
} }
} }
DBA::close($userStmt);
return $statistics; return $statistics;
} }