// Normalize

This commit is contained in:
rMalie
2011-11-09 15:21:19 +00:00
parent 1b8cdb3775
commit ec8a1e0dec
+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();