Downgrade no data error to a log, enhance message to include most likely cause

This commit is contained in:
Nathan Gray 2013-02-08 08:32:17 +00:00
parent a178fd1cec
commit 2809b52d4d

View File

@ -35,7 +35,7 @@ var et2_arrayMgr = Class.extend({
// Hold a reference to the 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 = {};
}