#976 Fixed a typo introduced in the implementation of the fix -reintegrated from trunk

SVN:2.0.3[3316]
This commit is contained in:
Romain Quetiez
2014-09-11 08:26:08 +00:00
parent 9dd4b05866
commit 5cb9363cce

View File

@@ -459,7 +459,7 @@ abstract class CMDBObject extends DBObject
}
else
{
$ret = $this>DBInsert();
$ret = $this->DBInsert();
}
return $ret;
}