dever %!s(int64=5) %!d(string=hai) anos
pai
achega
8ac646a4e5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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) {