From 379cedda660fcec74ea8047a9906d6f56b8226b6 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Tue, 20 Sep 2011 08:41:05 +0000 Subject: [PATCH] [-] FO : fixed bug on Feature detachable with product pack feature --- classes/Pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Pack.php b/classes/Pack.php index dcb870669..4cb49cdcf 100644 --- a/classes/Pack.php +++ b/classes/Pack.php @@ -206,7 +206,7 @@ class PackCore extends Product { if (self::$feature_active === null) self::$feature_active = (bool)Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(' - SELECT `id_pack` + SELECT `id_product_pack` FROM `'._DB_PREFIX_.'pack` '); return self::$feature_active;