yii-user
yii-user copied to clipboard
Mistype in UWrelBelongsTo.php
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*