// little fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12272 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-09 15:31:38 +00:00
parent 0dda375bd6
commit ae0f06946c
+1 -1
View File
@@ -1289,7 +1289,7 @@ class CategoryCore extends ObjectModel
'.(($active) ? 'AND `active` = 1': ''));
}
public function getCategoriesWithoutParent()
public static function getCategoriesWithoutParent()
{
return Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('
SELECT c.*