Skip to content
Snippets Groups Projects
Commit 763b11c8 authored by Angie Byron's avatar Angie Byron
Browse files

#259679 by Damien Tournoud: Fix user/X/edit tab on user tracker page.

parent 4c26ea31
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -1051,7 +1051,7 @@ function user_menu() { ...@@ -1051,7 +1051,7 @@ function user_menu() {
'type' => MENU_CALLBACK, 'type' => MENU_CALLBACK,
); );
$items['user/%user_category/edit'] = array( $items['user/%user/edit'] = array(
'title' => 'Edit', 'title' => 'Edit',
'page callback' => 'user_edit', 'page callback' => 'user_edit',
'page arguments' => array(1), 'page arguments' => array(1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment