Skip to content

Commit

Permalink
Fixing profile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Dec 14, 2016
1 parent 21ebe41 commit 40bcf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_users/views/profile/tmpl/default_custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

foreach ($tmp as $customField)
{
$customFields[$customField->alias] = $customField;
$customFields[$customField->id] = $customField;
}
?>
<?php foreach ($fieldsets as $group => $fieldset) : ?>
Expand Down

0 comments on commit 40bcf1b

Please sign in to comment.