yii-user icon indicating copy to clipboard operation
yii-user copied to clipboard

Mistype in UWrelBelongsTo.php

Open pipponippo opened this issue 11 years ago • 0 comments

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*

pipponippo avatar Jul 28 '14 16:07 pipponippo