mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Use correct debug tag - info does not exist
This commit is contained in:
parent
e807bb824d
commit
d44fed908c
@ -99,7 +99,7 @@ var et2_template = et2_DOMWidget.extend({
|
||||
}
|
||||
if(xml !== null && typeof xml !== "undefined")
|
||||
{
|
||||
this.egw().debug("info", "Loading template from XML: ", this.id);
|
||||
this.egw().debug("log", "Loading template from XML: ", this.id);
|
||||
this.loadFromXML(xml);
|
||||
// Don't call this here - premature
|
||||
//this.loadingFinished();
|
||||
|
Loading…
Reference in New Issue
Block a user