// 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:
rMalie
2011-11-09 15:21:19 +00:00
parent 6d45885d63
commit 48233bfa43
+1 -1
View File
@@ -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();