mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
Fix broken warning about setting value not in options
This commit is contained in:
parent
855d134f10
commit
a5e0ee9cd0
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user