diff --git a/models/Category.php b/models/Category.php index 94cdc1e..cafc49a 100755 --- a/models/Category.php +++ b/models/Category.php @@ -291,6 +291,7 @@ 'tax_option.id as tax_option_id', 'tax_option_lang.alias as option_alias', 'tax_group_lang.alias as group_alias', + 'tax_group_lang.title as title', 'tax_option_lang.value as value', 'tax_option.sort AS tax_option_sort', 'tax_group.sort AS tax_group_sort', -- libgit2 0.21.4