From 065484fb4c1adf051cd111936de7edaab6ee4366 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 28 Nov 2014 12:31:25 +0100 Subject: [PATCH] generate_lang_file.php : Add 'no_value_label' attribute configuration field --- public_html/lang/generate_lang_file.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/lang/generate_lang_file.php b/public_html/lang/generate_lang_file.php index be921633..60feee66 100755 --- a/public_html/lang/generate_lang_file.php +++ b/public_html/lang/generate_lang_file.php @@ -141,6 +141,7 @@ if (loadDir('../'.LS_OBJECTS_DIR) && loadDir('../'.LS_LOCAL_DIR.LS_OBJECTS_DIR)) foreach($conf['attrs'] as $attr) { add($attr['label']); add($attr['help_info']); + add($attr['no_value_label']); add($attr['html_options']['mail']['subject']); add($attr['html_options']['mail']['msg']);