// Change urls of prestashop api
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10696 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -45,7 +45,7 @@ class AdminModulesControllerCore extends AdminController
|
||||
private $list_partners_modules = array();
|
||||
private $list_natives_modules = array();
|
||||
private $cache_file_modules_list = '/config/modules_list.xml';
|
||||
private $xml_modules_list = 'http://www.prestashop.com/xml/modules_list.xml';
|
||||
private $xml_modules_list = 'http://api.prestashop.com/xml/modules_list.xml';
|
||||
|
||||
private $nb_modules_total = 0;
|
||||
private $nb_modules_installed = 0;
|
||||
|
||||
Reference in New Issue
Block a user