Fix broken warning about setting value not in options

This commit is contained in:
Nathan Gray 2013-10-21 22:20:18 +00:00
parent 855d134f10
commit a5e0ee9cd0

View File

@ -472,7 +472,7 @@ var et2_selectbox = et2_inputWidget.extend(
// Options not set yet? Do that now, which will try again.
return this.set_select_options(this.options.select_options);
}
this.egw().debug("warning", "Tried to set value that isn't an option", this, _value);
this.egw().debug("warn", "Tried to set value that isn't an option", this, _value);
}
}