Oops, wrong commit, reverting these two files to their previous version.

SVN:trunk[3526]
This commit is contained in:
Denis Flaven
2015-04-01 16:04:20 +00:00
parent 030b4fa380
commit 828e4d6297
2 changed files with 6 additions and 13 deletions

View File

@@ -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