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