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