DataObjects/Core_group.php
[Pman.Core] / UpdateDatabase.php
index 2829442..3207977 100644 (file)
@@ -1196,10 +1196,12 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $response = $this->curl($url);
         
-        $response = json_decode($response, true);
-        print_R($response);exit;
-        if(empty($response) || $response != 'DONE'){
-            
+        $json = json_decode($response, true);
+        
+        if(empty($json['data']) || $json['data'] != 'DONE'){
+            echo $response. "\n";
+            echo "CURL clear cache failed\n";
+            exit;
         }
         
     }