Browse Source

admin update

ayHaru 4 years ago
parent
commit
cfa340a6e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/refill_successful.php

+ 1 - 1
admin/control/refill_successful.php

@@ -35,7 +35,7 @@ class refill_successfulControl extends SystemControl
         $url = BASE_SITE_URL . '/plot/paths?time_stamp='.$_GET['timestamp'];
         $url = BASE_SITE_URL . '/plot/paths?time_stamp='.$_GET['timestamp'];
         Log::record("successful get where url : {$url}", Log::DEBUG);
         Log::record("successful get where url : {$url}", Log::DEBUG);
         $data = http_request($url);
         $data = http_request($url);
-        if(empty($conds)) {
+        if(empty($data)) {
             echo(json_encode(''));
             echo(json_encode(''));
             exit;
             exit;
         }
         }