diff --git a/setup/xmldataloader.class.inc.php b/setup/xmldataloader.class.inc.php index f43c932ec..fd5c2524c 100644 --- a/setup/xmldataloader.class.inc.php +++ b/setup/xmldataloader.class.inc.php @@ -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(); } } }