Some more forgotten DBA::close

This commit is contained in:
Michael 2020-04-28 07:10:18 +00:00
parent 9ccdbd9349
commit f75009c20c
14 changed files with 24 additions and 3 deletions

View file

@ -85,7 +85,7 @@ class Process
self::deleteByPid($process['pid']);
}
}
DBA::close($processes);
DBA::commit();
}
}