From 3b744c1a82cc105a86c8f82920c4aef089f4a325 Mon Sep 17 00:00:00 2001 From: Robin Whittleton Date: Tue, 4 May 2021 08:45:12 +0200 Subject: [PATCH] Revert accidental commit of collections test code Originally added in https://github.com/standardebooks/web/commit/4143e482f5375a7f1539115bc1118536e5329c82 --- lib/Library.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Library.php b/lib/Library.php index dd1bfe31..c498ad56 100644 --- a/lib/Library.php +++ b/lib/Library.php @@ -271,9 +271,6 @@ 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