thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

Can't upload avatar #168

Open ghost opened 10 years ago

ghost commented 10 years ago

When i upload the avatar i have a mistake:

preg_match(): Compilation failed: invalid range in character class at offset 14

This mistake on validation, file YumAvatarController.php on line 69:

$model->avatar = CUploadedFile::getInstanceByName('YumUser[avatar]');
if($model->validate()) {