mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
#976 Fixed a typo introduced in the implementation of the fix -reintegrated from trunk
SVN:2.0.3[3316]
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