Fix missing widget reference

This commit is contained in:
Nathan Gray 2012-03-22 23:16:14 +00:00
parent 51ba799ed0
commit a2aa644124

View File

@ -185,7 +185,7 @@ var et2_url = et2_textbox.extend({
case "url":
if(value.indexOf("://") == -1) {
e.data.set_value("http://"+value);
e.data.showMessage(this.egw().lang("Protocol is required"), "hint", true);
e.data.showMessage(e.data.egw().lang("Protocol is required"), "hint", true);
}
break;
}