diff options
Diffstat (limited to 'lib/nextpage.php')
-rw-r--r-- | lib/nextpage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nextpage.php b/lib/nextpage.php index 3fab855..7516667 100644 --- a/lib/nextpage.php +++ b/lib/nextpage.php @@ -26,7 +26,7 @@ class nextpage{ apcu_store( $page . "." . $this->scraper . - (string)($key), + (string)$key, gzdeflate($salt.$iv.$out.$tag), 900 // cache information for 15 minutes blaze it ); |