// category treeview in "all" context shop fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13728 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -805,8 +805,10 @@ class CategoryCore extends ObjectModel
|
||||
$sql .= '
|
||||
AND cs.`id_shop` = '.(int)$shop->id;
|
||||
$sql .= '
|
||||
AND c.`id_parent` = '.(int)$id_parent.'
|
||||
ORDER BY cs.`position` ASC';
|
||||
AND c.`id_parent` = '.(int)$id_parent;
|
||||
if (Shop::getContext() == Shop::CONTEXT_SHOP && $use_shop_context)
|
||||
$sql .= '
|
||||
ORDER BY cs.`position` ASC';
|
||||
return Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user