mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix javascript error if data not available
This commit is contained in:
parent
639fd82199
commit
6a1b0e846d
@ -271,7 +271,9 @@ var et2_arrayMgr = Class.extend(
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
egw.debug("error", typeof e == 'object' ? e.message : e);
|
||||
// only log error, as they are no real errors but missing data
|
||||
egw.debug("log", typeof e == 'object' ? e.message : e);
|
||||
_ident = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user