From 0f0729732951dec36874d652aa7130c4d5ed5720 Mon Sep 17 00:00:00 2001 From: fhenry Date: Thu, 13 Dec 2012 17:33:53 +0100 Subject: [PATCH] variable spelling error --- htdocs/comm/action/class/actioncomm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index c31d2cd1115..817559f21a0 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -117,7 +117,7 @@ class ActionComm extends CommonObject $this->note=dol_htmlcleanlastbr(trim($this->note)); if (empty($this->percentage)) $this->percentage = 0; if (empty($this->priority)) $this->priority = 0; - if (empty($this->fulldayevent)) $this->fuldayevent = 0; + if (empty($this->fulldayevent)) $this->fulldayevent = 0; if (empty($this->punctual)) $this->punctual = 0; if ($this->percentage > 100) $this->percentage = 100; if ($this->percentage == 100 && ! $this->dateend) $this->dateend = $this->date;