Open pipponippo opened 10 years ago
Hi!
line 74 in UWrelBelongsTo.php file reads: return CHtml::activeDropDownList($model, $field->varname, $list, $htmlOptions=array());
I believe it should be: return CHtml::activeDropDownList($model, $field->varname, $list, $htmlOptions);
rash*
Hi!
line 74 in UWrelBelongsTo.php file reads: return CHtml::activeDropDownList($model, $field->varname, $list, $htmlOptions=array());
I believe it should be: return CHtml::activeDropDownList($model, $field->varname, $list, $htmlOptions);
rash*