浏览代码

Protects against a JS error while the synchro is running in chunk mode

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1738 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父节点
当前提交
522405f5ff
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      synchro/synchrodatasource.class.inc.php

+ 1 - 0
synchro/synchrodatasource.class.inc.php

@@ -288,6 +288,7 @@ class SynchroDataSource extends cmdbAbstractObject
 	function UpdateSynoptics(id)
 	{
 		var aValues = aSynchroLog[id];
+		if (aValues == undefined) return;
 		
 		for (var sKey in aValues)
 		{