From b92de5dcd9ab361922a4145df36cdee1a8043f8c Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 23 Feb 2012 17:04:18 +0000 Subject: [PATCH] // Fix bug with missing default value for date --- classes/Combination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Combination.php b/classes/Combination.php index 2ff7ddca7..e2a408c4f 100644 --- a/classes/Combination.php +++ b/classes/Combination.php @@ -51,7 +51,7 @@ class CombinationCore extends ObjectModel public $default_on; - public $available_date; + public $available_date = '0000-00-00'; /** * @see ObjectModel::$definition