Skip to content

Commit

Permalink
Fix user profile plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Feb 10, 2018
1 parent e4c2ac1 commit b1c2063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/user/profile/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function onContentPrepareForm($form, $data)

// Add the registration fields to the form.
JForm::addFormPath(__DIR__ . '/profiles');
$form->loadFile('profile', false);
$form->loadFile('profile');

$fields = array(
'address1',
Expand Down

0 comments on commit b1c2063

Please sign in to comment.