diff --git a/public_html/lang/generate_lang_file.php b/public_html/lang/generate_lang_file.php index 4379105a..a077fc1a 100755 --- a/public_html/lang/generate_lang_file.php +++ b/public_html/lang/generate_lang_file.php @@ -73,6 +73,13 @@ if (loadDir('../'.LS_OBJECTS_DIR)) { add($lay['label']); } } + // LSsearch + if (is_array($conf['LSsearch']['predefinedFilters'])) { + foreach($conf['LSsearch']['predefinedFilters'] as $lay) { + add($lay); + } + } + if(is_array($conf['attrs'])) { foreach($conf['attrs'] as $attr) {