You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)); ?>
Undefined variable: form requesting /user/user/create
The text was updated successfully, but these errors were encountered: