From f5da126cffdb166bcc63baaa36be5fb5aca4d09a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Nov 2019 12:01:01 +0100 Subject: [PATCH] Fix property not defined --- htdocs/comm/action/class/actioncomm.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 97d3c4e397e..442e1b8bdd9 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -294,6 +294,11 @@ class ActionComm extends CommonObject */ public $icalcolor; + /** + * @var string Extraparam + */ + public $extraparams; + /** * @var array Actions */