mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7722 - Fatal error if xml entry "redefine" doesn't exist
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user