From 5715e3ded430c3a8ff591588221f0d1ddf3d7249 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 18 Nov 2016 00:35:22 +0200 Subject: [PATCH] full commit --- models/Category.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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