From 1a484d2a3fd7674647eee3946c58dfecc9aee6bc Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 8 Oct 2022 12:30:39 +0200 Subject: [PATCH] collection deletion testing fix --- webclient/lib/managecollections.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webclient/lib/managecollections.class.php b/webclient/lib/managecollections.class.php index ba81bcc..1f8fc44 100644 --- a/webclient/lib/managecollections.class.php +++ b/webclient/lib/managecollections.class.php @@ -389,6 +389,7 @@ class ManageCollections { $this->_DB->query($queryStre2l); $this->_DB->query($queryStrEntry); $this->_DB->query($queryStrFields); + $this->_DB->commit(); Summoner::recursive_remove_directory(PATH_STORAGE.'/'.$id); -- 2.39.5