// Fix list of lang pack from prestashop.com
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12905 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -29,7 +29,7 @@ define ('TEXTAREA_SIZED', 70);
|
||||
|
||||
class AdminTranslationsControllerCore extends AdminController
|
||||
{
|
||||
protected $link_lang_pack = 'http://api.prestashop.com/download/lang_packs/get_each_language_pack.php';
|
||||
protected $link_lang_pack = 'http://www.prestashop.com/download/lang_packs/get_each_language_pack.php';
|
||||
protected $total_expression = 0;
|
||||
protected $all_iso_lang = array();
|
||||
protected $modules_translations = array();
|
||||
|
||||
Reference in New Issue
Block a user