mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Oops, wrong commit, reverting these two files to their previous version.
SVN:trunk[3526]
This commit is contained in:
@@ -1824,13 +1824,6 @@ class SynchroReplica extends DBObject implements iDisplay
|
||||
*/
|
||||
protected function UpdateObjectFromReplica($oDestObj, $aAttributes, $oChange, &$oStatLog, $sStatsCode, $sStatsCodeError)
|
||||
{
|
||||
if (!is_object($oDestObj))
|
||||
{
|
||||
IssueLog::Error('About to update a NON object in UpdateObjectFromReplica. Replica_id = '.$this->GetKey().' $oDestObj = '.var_export($oDestObj, true));
|
||||
IssueLog::Error(MyHelpers::get_callstack_text());
|
||||
return false;
|
||||
}
|
||||
|
||||
$aValueTrace = array();
|
||||
$bModified = false;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user