Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
platix opened this issue Jan 16, 2014 · 2 comments
Open

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

platix opened this issue Jan 16, 2014 · 2 comments

Comments

@platix
Copy link

platix commented Jan 16, 2014

Undefined variable: form requesting /user/user/create

@platix
Copy link
Author

platix commented Jan 16, 2014

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)); ?>

@arturparkhisenko
Copy link

Make a pull pls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants