]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Repos/BookshelfRepo.php
LDAP: Added TLS support
[bookstack] / app / Entities / Repos / BookshelfRepo.php
index eb1536da75afa8fa5fbec5121ad31b1a5e33bcad..49fb75f4cfebd47d3cd70701c45a8061027ee009 100644 (file)
@@ -175,5 +175,6 @@ class BookshelfRepo
     {
         $trashCan = new TrashCan();
         $trashCan->softDestroyShelf($shelf);
+        $trashCan->autoClearOld();
     }
 }