Use correct debug tag - info does not exist

This commit is contained in:
Nathan Gray 2012-06-18 22:44:00 +00:00
parent e807bb824d
commit d44fed908c

View File

@ -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();