瀏覽代碼

[quickfix] revert debug flag

isundil 9 年之前
父節點
當前提交
9ca13d05aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/CacheVersion.php

+ 1 - 1
src/CacheVersion.php

@@ -26,7 +26,7 @@ class CacheVersion
 
     public function needWipe()
     {
-        return $this->data !== DATA_VERSION || true;
+        return $this->data !== DATA_VERSION;
     }
 
     public function needRefresh()