[-] BO : don't show translation for class/controler overrides when on modules translation page

This commit is contained in:
Edouard Gaulué
2013-05-02 18:21:54 +02:00
parent fb3291a08f
commit 444a99f564
@@ -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');