mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
# Qual: Fix spelling of admin code. Mostly changes in the comments. Some french text was modified to not trigger a bad spelling. htdocs/admin/contract.php has a change to $langs->trans(Activated) which probably fixes a bug. htdocs/admin/system/xcache.php used ->trans(Recommanded) but the proper key is ->trans(Recommended). |
||
|---|---|---|
| .. | ||
| dolistore.class.php | ||
| PS_WS_LIB-LICENSE.md | ||
| PSWebServiceLibrary.class.php | ||
| README.md | ||
PrestaShop-webservice-lib
Source updated from:
https://github.com/PrestaShop/PrestaShop-webservice-lib/blob/master/PSWebServiceLibrary.php
License compatibility analysis
https://www.gnu.org/licenses/license-list.html#OSL
Local changes
- Change
executeRequestto public method becausehtdocs/admin/dolistore/ajax/image.php#uses it.