mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Fix missing dot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user