ayHaru %!s(int64=4) %!d(string=hai) anos
pai
achega
cfa340a6e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'];
         Log::record("successful get where url : {$url}", Log::DEBUG);
         $data = http_request($url);
-        if(empty($conds)) {
+        if(empty($data)) {
             echo(json_encode(''));
             exit;
         }