]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
collection deletion testing fix
authorBanana <mail@bananas-playground.net>
Sat, 8 Oct 2022 10:30:39 +0000 (12:30 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 8 Oct 2022 10:30:39 +0000 (12:30 +0200)
webclient/lib/managecollections.class.php

index ba81bcc2a0adafcf4db7216f4c975b15ac127fd3..1f8fc44a6de493e8d4bbd8a5a3a57819436ae05c 100644 (file)
@@ -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);