mishamx / yii-user

Yii PHP Framework extension for registration and management users accounts.
http://yii-user.2mx.org/
186 stars 154 forks source link

Mistype in UWrelBelongsTo.php #79

Open pipponippo opened 10 years ago

pipponippo commented 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*