Completed
Push — master ( 36f595...e7ca23 )
by Sebastien
04:35
created
lib/Cerbere/Model/Hacked/HackedFileHasher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
    * @return string|false
44 44
    */
45 45
   public function getCache($filename) {
46
-    $cache = false;//cache_get($this->getCacheKey($filename), HACKED_CACHE_TABLE);
46
+    $cache = false; //cache_get($this->getCacheKey($filename), HACKED_CACHE_TABLE);
47 47
 
48 48
     if (!empty($cache->data)) {
49 49
       return $cache->data;
Please login to merge, or discard this patch.