// little fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12274 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-09 15:51:57 +00:00
parent 008a2127e0
commit 168c5c2015
+1 -1
View File
@@ -1277,7 +1277,7 @@ class CategoryCore extends ObjectModel
'.$sql);
}
public function getRootCategories($id_lang = null, $active = true)
public static function getRootCategories($id_lang = null, $active = true)
{
if (!$id_lang)
$id_lang = Context::getContext()->language->id;