// Add tabs.php when use getFilesList() method in LanguageCore class
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15982 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -248,7 +248,7 @@ class LanguageCore extends ObjectModel
|
||||
$mPath_to = _PS_MAIL_DIR_.(string)$iso_to.'/';
|
||||
}
|
||||
|
||||
$lFiles = array('admin.php', 'errors.php', 'fields.php', 'pdf.php');
|
||||
$lFiles = array('admin.php', 'errors.php', 'fields.php', 'pdf.php', 'tabs.php');
|
||||
|
||||
// Added natives mails files
|
||||
$mFiles = array(
|
||||
|
||||
Reference in New Issue
Block a user