From 987670b94747dddfedc9268f68f7682402e69a55 Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 26 Jul 2012 13:56:20 +0000 Subject: [PATCH] // fixing sql error --- classes/Category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Category.php b/classes/Category.php index 1b59c9f2a..7a1bb39a1 100644 --- a/classes/Category.php +++ b/classes/Category.php @@ -477,7 +477,7 @@ class CategoryCore extends ObjectModel LEFT JOIN `'._DB_PREFIX_.'category_lang` cl ON (c.`id_category` = cl.`id_category`'.Shop::addSqlRestrictionOnLang('cl').') '.Shop::addSqlAssociation('category', 'c').' WHERE cl.`id_lang` = '.(int)$id_lang.' - AND c.`id_category` != '.Configuration::get('PS_ROOT_CATEGORY').'svn update + AND c.`id_category` != '.Configuration::get('PS_ROOT_CATEGORY').' GROUP BY c.id_category ORDER BY c.`id_category`, category_shop.`position`'); }