dever 5 years ago
parent
commit
8ac646a4e5
1 changed files with 2 additions and 1 deletions
  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) {