forked from Wavyzz/dolibarr
Fix: Make executeRequest public
htdocs/admin/dolistore/ajax/image.php uses executeRequest, changing that is more effort than making the method public.
This commit is contained in:
@@ -170,7 +170,7 @@ class PrestaShopWebservice
|
||||
*
|
||||
* @throws PrestaShopWebserviceException
|
||||
*/
|
||||
protected function executeRequest($url, $curl_params = array())
|
||||
public function executeRequest($url, $curl_params = array())
|
||||
{
|
||||
$defaultParams = $this->getCurlDefaultParams();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user