fuyu пре 5 година
родитељ
комит
bd12ef7366
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      application/inter/controller/Dcquery.php

+ 3 - 3
application/inter/controller/Dcquery.php

@@ -119,9 +119,9 @@ class Dcquery extends Controller
     public function get_studiesinfo(){
         try{
             $study_id = $_REQUEST['study_id']?? false;
-            if($study_id && Cache::get($study_id)){
-                return Cache::get($study_id);
-            }
+            // if($study_id && Cache::get($study_id)){
+            //     return Cache::get($study_id);
+            // }
             if(isset($_REQUEST['address']) && !empty($_REQUEST['address'])){
                 $url = $_REQUEST['address'];
             }else{