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