// Fix PSCFV-4384

This commit is contained in:
rGaillard
2012-09-26 12:23:14 +00:00
parent 83b444edfc
commit 0323166691
+1 -1
View File
@@ -943,7 +943,7 @@ class CategoryCore extends ObjectModel
*/
public function getParentsCategories($id_lang = null)
{
$context = Context::getContext();
$context = Context::cloneContext();
if (is_null($id_lang))
$id_lang = $context->language->id;