mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
#976 The fix [3306] introduced a regression: Call to undefined function DBInsert()
SVN:trunk[3315]
This commit is contained in:
@@ -459,7 +459,7 @@ abstract class CMDBObject extends DBObject
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret = $this>DBInsert();
|
||||
$ret = $this->DBInsert();
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user