From: Banana Date: Sat, 8 Oct 2022 10:30:39 +0000 (+0200) Subject: collection deletion testing fix X-Git-Tag: 1.3~3 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=1a484d2a3fd7674647eee3946c58dfecc9aee6bc;p=bibliotheca-php.git collection deletion testing fix --- 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);