#611 Fixed regression in import.php

SVN:trunk[2416]
This commit is contained in:
Romain Quetiez
2012-11-09 08:44:00 +00:00
parent bd057018a0
commit bac286646b

View File

@@ -717,7 +717,7 @@ try
{
$sMoreInfo = CMDBChange::GetCurrentUserName().', Web Service (CSV)';
}
CMDBChange::SetTrackInfo($sMoreInfo);
CMDBObject::SetTrackInfo($sMoreInfo);
$oMyChange = CMDBObject::GetCurrentChange();
}