Prevent an error in case of exception !

SVN:trunk[2350]
This commit is contained in:
Denis Flaven
2012-10-25 10:08:05 +00:00
parent c1072bb744
commit 4ccf908738

View File

@@ -420,7 +420,7 @@ class XMLDataLoader
}
catch(Exception $e)
{
$this->m_aErrors[] = "The object changes could not be tracked - $sClass/$iSrcId - ".$e->getMessage();
$this->m_aErrors[] = "The object changes could not be tracked - $sClass/$iExtKey - ".$e->getMessage();
}
}
}