Completed
Push — master ( fda08e...d5e2fd )
by Sebastien
02:30
created
lib/Cerbere/Model/Hacked/HackedFileHasher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function getCache($filename)
48 48
     {
49
-        $cache = false;//cache_get($this->getCacheKey($filename), HACKED_CACHE_TABLE);
49
+        $cache = false; //cache_get($this->getCacheKey($filename), HACKED_CACHE_TABLE);
50 50
 
51 51
         if (!empty($cache->data)) {
52 52
             return $cache->data;
Please login to merge, or discard this patch.