diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 2666c99d2..18621c3e7 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -2987,7 +2987,7 @@ class AttributeInteger extends AttributeDBField { return null; } elseif(gettype($proposedValue) !== 'integer') { - IssueLog::Warning("Trying to set integer attribute ".$this->GetCode()." to type".gettype($proposedValue)"."); + IssueLog::Warning("Trying to set integer attribute ".$this->GetCode()." to type".gettype($proposedValue)."."); } return (int)$proposedValue;