diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-08 15:44:57 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-08 15:44:57 +0000 |
commit | 763b11c8c708d0e4fd356b78c878fb369f33fa43 (patch) | |
tree | bac92d66c48b03b662b569be5be00bf5302fcada | |
parent | 4c26ea31ee7ff2d36e08d4d3295c8048e2d4745e (diff) | |
download | brdo-763b11c8c708d0e4fd356b78c878fb369f33fa43.tar.gz brdo-763b11c8c708d0e4fd356b78c878fb369f33fa43.tar.bz2 |
#259679 by Damien Tournoud: Fix user/X/edit tab on user tracker page.
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 5d920b8e3..40c5d9588 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1051,7 +1051,7 @@ function user_menu() { 'type' => MENU_CALLBACK, ); - $items['user/%user_category/edit'] = array( + $items['user/%user/edit'] = array( 'title' => 'Edit', 'page callback' => 'user_edit', 'page arguments' => array(1), |