Skip to content

Commit

Permalink
Restore User module include
Browse files Browse the repository at this point in the history
  • Loading branch information
docwilmot committed Jul 16, 2019
1 parent d754670 commit f28d155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profile.module
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ function profile_menu() {
'access callback' => 'profile_user_edit_access',
'access arguments' => array(1, $type_name),
'type' => MENU_LOCAL_TASK,
'file path' => backdrop_get_path('module', 'user'),
'file' => 'user.pages.inc',
);
}
}
Expand Down

0 comments on commit f28d155

Please sign in to comment.