platix

Results 1 comments of 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)); ?>