From 444a99f56496959558f28f498fce94dcd737d008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Gaulu=C3=A9?= Date: Thu, 2 May 2013 18:21:54 +0200 Subject: [PATCH] [-] BO : don't show translation for class/controler overrides when on modules translation page --- controllers/admin/AdminTranslationsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php index 7c4d18ce9..23a1b6e42 100644 --- a/controllers/admin/AdminTranslationsController.php +++ b/controllers/admin/AdminTranslationsController.php @@ -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');