From: Michael Wallner Date: Wed, 13 May 2015 15:36:43 +0000 (+0200) Subject: fix cache X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext.org;a=commitdiff_plain;h=498633479633aaaaea5d848b4f466821f15b205f fix cache --- diff --git a/app/Github/Storage/Memcache.php b/app/Github/Storage/Memcache.php index 9d76a75..452574b 100644 --- a/app/Github/Storage/Memcache.php +++ b/app/Github/Storage/Memcache.php @@ -27,10 +27,6 @@ class Memcache implements Storage return false; } - $val = $item->value; - $ttl = $item->ttl; - $set = $item->time; - if (null === $item->getTTL()) { return true; }