mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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:
parent
368efbb77f
commit
b60a152c2c
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,13 @@ Source updated from:
|
|||
|
||||
https://github.com/PrestaShop/PrestaShop-webservice-lib/blob/master/PSWebServiceLibrary.php
|
||||
|
||||
## Compatibility analysis
|
||||
## License compatibility analysis
|
||||
|
||||
https://www.gnu.org/licenses/license-list.html#OSL
|
||||
|
||||
|
||||
## Local changes
|
||||
|
||||
- Change `executeRequest` to public method because
|
||||
`htdocs/admin/dolistore/ajax/image.php#` uses it.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user