diff --git a/lib/Library.php b/lib/Library.php index c498ad56..dd1bfe31 100644 --- a/lib/Library.php +++ b/lib/Library.php @@ -271,6 +271,9 @@ class Library{ } // Now store various collections + apcu_delete('collections'); + apcu_store('collections', $collections); + apcu_delete(new APCUIterator('/^collection-/')); foreach($collections as $collection => $sortItems){ // Sort the array by the ebook's ordinal in the collection. We use this custom sort function diff --git a/www/help/how-to-use-our-ebooks.php b/www/help/how-to-use-our-ebooks.php index bf7d1c3a..98d4acba 100644 --- a/www/help/how-to-use-our-ebooks.php +++ b/www/help/how-to-use-our-ebooks.php @@ -65,7 +65,7 @@ require_once('Core.php');
  • Kobo eInk Devices

    -

    If you’ve download a kepub file

    +

    If you’ve downloaded a kepub file

    Important: Don’t use Calibre to transfer the kepub file! Calibre will apply its own conversion on top of our own conversion, making for strange results.