Fix error

Not use ErrorEcho function.
This commit is contained in:
hakasenyang
2016-12-10 16:53:22 +09:00
parent bbc0415dd0
commit 0707a6d6d5
+1 -1
View File
@@ -34,7 +34,7 @@
$data = curl_exec($ch);
curl_close($ch);
if ($curl_errno > 0)
$this->ErrorEcho(14, 'Connect Error!!!');
return 0;
return ($data) ? $data : false;
}
}