mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
More detailed error messages
This commit is contained in:
@ -35,7 +35,7 @@ var et2_arrayMgr = Class.extend({
|
||||
// Hold a reference to the data
|
||||
if (typeof _data == "undefined" || !_data)
|
||||
{
|
||||
egw.debug("error", "Invalid data passed to content array manager!");
|
||||
egw.debug("error", "No data passed to content array manager!");
|
||||
_data = {};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user