Merge pull request #419 from e-gaulue/Module_translation_patch

[-] BO : don't show translations for module overrides in admin modules translation page
This commit is contained in:
Damien Metzger
2013-05-06 07:09:58 -07:00
@@ -858,7 +858,7 @@ class AdminTranslationsControllerCore extends AdminController
public function clearModuleFiles($files, $type_clear = 'file', $path = '')
{
// List of directory which not must be parsed
$arr_exclude = array('img', 'js', 'mails');
$arr_exclude = array('img', 'js', 'mails','override');
// List of good extention files
$arr_good_ext = array('.tpl', '.php');