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

Undefined variable: form on modules/profile/views/profile/_form.php

Open platix opened this issue 11 years ago • 2 comments

Undefined variable: form requesting /user/user/create

platix avatar Jan 16 '14 10:01 platix

Fixed adding the variable form to user/views/user/_form.php at line 79 from this: $this->renderPartial(Yum::module('profile')->profileFormView, array( 'profile' => $profile)); ?> to this: $this->renderPartial(Yum::module('profile')->profileFormView, array( 'profile' => $profile, 'form'=>$form)); ?>

platix avatar Jan 16 '14 10:01 platix

Make a pull pls.

arturparkhisenko avatar Jan 27 '14 21:01 arturparkhisenko