Skip to content

Commit

Permalink
fixed: allow restore of profile fields from backup file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 15, 2024
1 parent 0711351 commit fe5f404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/default/forms/profile_manager/restore_fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
echo elgg_view('input/form', [
'action' => 'action/profile_manager/configuration/restore?fieldtype=' . $fieldtype,
'id' => 'restoreForm',
'enctype' => 'multipart/form-data',
'body' => $form_body,
]);

0 comments on commit fe5f404

Please sign in to comment.