mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Update metamodel.class.php
Update metamodel.class.php
This commit is contained in:
@@ -144,7 +144,7 @@ abstract class MetaModel
|
||||
// $aBacktrace[1] is the info we want
|
||||
if (!empty($sExpectedFunctionName))
|
||||
{
|
||||
assert('$aBacktrace[2]["function"] == $sExpectedFunctionName');
|
||||
assert($aBacktrace[2]['function'] == $sExpectedFunctionName);
|
||||
}
|
||||
if ($bRecordSourceFile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user