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

SVN:trunk[1738]
This commit is contained in:
Denis Flaven
2011-12-21 13:12:54 +00:00
parent e07912af34
commit 263594bc4a

View File

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