// fixing sql error
This commit is contained in:
@@ -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`');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user