N°7722 - Fatal error if xml entry "redefine" doesn't exist

This commit is contained in:
Eric Espie
2024-07-31 14:42:08 +02:00
parent 3adeea8172
commit 38041b25fb

View File

@@ -86,7 +86,7 @@ class MFException extends Exception
*/ */
public function GetSourceLineNumber() public function GetSourceLineNumber()
{ {
return $this->iSourceLineNumber - $this->iSourceLineOffset; return intval($this->iSourceLineNumber) - $this->iSourceLineOffset;
} }
/** /**