Fixed a bug in the deletion manager
This commit is contained in:
parent
6b82120e17
commit
2446395f4c
@ -82,7 +82,7 @@ public class DeletionManager {
|
||||
* Executes the 'delete'-statement
|
||||
*/
|
||||
public void execute() {
|
||||
connection.update(prepareStatement(), getTempParams());
|
||||
connection.update(prepareStatement(), getTempParams().toArray());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user