From 74d507eba00ff7250231158dbf372e45c38fe4df Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 16 Jan 2012 15:03:04 +0000 Subject: [PATCH] // Fix retrocompatibility issue with 1.4 themes --- classes/Product.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/classes/Product.php b/classes/Product.php index dc6f2f1c2..cd0588427 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -188,6 +188,12 @@ class ProductCore extends ObjectModel /*** @var array Tags */ public $tags; + /** + * We keep this variable for retrocompatibility for themes + * @deprecated 1.5.0 + */ + public $id_color_default = 0; + /** * @since 1.5.0 * @var boolean Tells if the product uses the advanced stock management