// Normalize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9999 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ class PackCore extends Product
|
||||
return $arrayResult;
|
||||
}
|
||||
|
||||
public static function getPacksTable($id_product, $id_lang, $full = false, $limit = NULL)
|
||||
public static function getPacksTable($id_product, $id_lang, $full = false, $limit = null)
|
||||
{
|
||||
if (!self::isFeatureActive())
|
||||
return array();
|
||||
|
||||
Reference in New Issue
Block a user