dever 5 年之前
父節點
當前提交
8ac646a4e5
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/Data.php

+ 2 - 1
lib/Data.php

@@ -9,7 +9,8 @@ class Data
     public function get($key, $data = array(), $cache = true)
     {
         $cache = 'ad_' . md5($key);
-        $data = $cache ? Dever::cache($cache) : $cache;
+        //$data = $cache ? Dever::cache($cache) : $cache;
+        $data = false;
         if ($data) {
             return $this->getData($data);
         } elseif (!$data) {