From 48233bfa435d8672c46bc0c2e610934f9be55bb0 Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 9 Nov 2011 15:21:19 +0000 Subject: [PATCH] // Normalize git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9999 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Pack.php b/classes/Pack.php index 304b7269c..0851ce54a 100644 --- a/classes/Pack.php +++ b/classes/Pack.php @@ -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();