Some tweaks to collections

This commit is contained in:
Alex Cabal 2023-02-16 18:37:20 -06:00
parent e2dd256edc
commit 1e32a97c7d
5 changed files with 11 additions and 22 deletions

View file

@ -451,6 +451,7 @@ class Library{
if($collator === null){
throw new Exceptions\SeException('Couldn\'t create collator object when rebuilding cache.');
}
$ebooks = [];
$ebooksByCollection = [];
$ebooksByTag = [];