Added forgotten DBA::close
This commit is contained in:
parent
ebb96faedd
commit
9ccdbd9349
@ -614,6 +614,7 @@ class Worker
|
||||
}
|
||||
}
|
||||
}
|
||||
DBA::close($entries);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1298,6 +1298,7 @@ class User
|
||||
$statistics['active_users_monthly']++;
|
||||
}
|
||||
}
|
||||
DBA::close($userStmt);
|
||||
|
||||
return $statistics;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user