mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fix various errors
This commit is contained in:
@@ -246,6 +246,6 @@ PHP;
|
||||
|
||||
public function DeserializeFromDOMNode(DesignElement $oDOMNode): mixed
|
||||
{
|
||||
return trim($oDOMNode->GetText());
|
||||
return trim($oDOMNode->GetText() ?? '');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user