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) {