fixed error response to not leak info to users

This commit is contained in:
xisi 2014-01-18 16:08:02 -05:00
parent cc6e58084f
commit 7e3197246a

View File

@ -87,7 +87,7 @@ class Tools extends Base {
break;
}
} else {
$this->setErrorMessage("Got an invalid response using URL ".$this->config['price']['url']." and target ".$this->config['price']['target']);
$this->setErrorMessage("Got an invalid response from ticker API");
return false;
}
// Catchall, we have no data extractor for this API url