// Fix PSCFV-4384

This commit is contained in:
rGaillard
2012-09-26 12:23:14 +00:00
parent bafe670624
commit 3b47db9570
+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;