[-] BO : #PSCFV-4356 : index.php added when export translations

This commit is contained in:
lLefevre
2012-09-25 08:11:42 +00:00
parent 2628433811
commit 9a2bc7cecb
+2 -2
View File
@@ -260,7 +260,7 @@ class LanguageCore extends ObjectModel
$mPath_to = _PS_MAIL_DIR_.(string)$iso_to.'/';
}
$lFiles = array('admin.php', 'errors.php', 'fields.php', 'pdf.php', 'tabs.php');
$lFiles = array('admin.php', 'errors.php', 'fields.php', 'pdf.php', 'tabs.php', 'index.php');
// Added natives mails files
$mFiles = array(
@@ -295,7 +295,7 @@ class LanguageCore extends ObjectModel
'test.html', 'test.txt',
'voucher.html', 'voucher.txt',
'voucher_new.html', 'voucher_new.txt',
'order_changed.html', 'order_changed.txt'
'order_changed.html', 'order_changed.txt', 'index.php'
);
$number = -1;