pipponippo
Results
1
issues of
pipponippo
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*