mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:41:50 +01:00
Downgrade no data error to a log, enhance message to include most likely cause
This commit is contained in:
parent
a178fd1cec
commit
2809b52d4d
@ -35,7 +35,7 @@ var et2_arrayMgr = Class.extend({
|
|||||||
// Hold a reference to the data
|
// Hold a reference to the data
|
||||||
if (typeof _data == "undefined" || !_data)
|
if (typeof _data == "undefined" || !_data)
|
||||||
{
|
{
|
||||||
egw.debug("error", "No data passed to content array manager!");
|
egw.debug("log", "No data passed to content array manager. Probably a mismatch between template namespaces and data.");
|
||||||
_data = {};
|
_data = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user