Explorar o código

Prevent an error in case of exception !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2350 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=12) %!d(string=hai) anos
pai
achega
3dd1b5d274
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup/xmldataloader.class.inc.php

+ 1 - 1
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();
 					}
 				}
 			}