parent
fa2be0b8f0
commit
ae6aa4e59e
|
@ -597,7 +597,7 @@ function user_menu() {
|
|||
'callback' => 'user_page', 'access' => TRUE);
|
||||
// Add the edit menu:
|
||||
if ($access) $function = 'user_admin_edit';
|
||||
else $function = 'user_edit';
|
||||
else $function = 'user_page';
|
||||
$items[] = array('path' => 'user/'. arg(1) .'/edit', 'title' => t('edit'),
|
||||
'callback' => $function, 'access' => $access || $user->uid == arg(1),
|
||||
'type' => MENU_LOCAL_TASK);
|
||||
|
|
|
@ -597,7 +597,7 @@ function user_menu() {
|
|||
'callback' => 'user_page', 'access' => TRUE);
|
||||
// Add the edit menu:
|
||||
if ($access) $function = 'user_admin_edit';
|
||||
else $function = 'user_edit';
|
||||
else $function = 'user_page';
|
||||
$items[] = array('path' => 'user/'. arg(1) .'/edit', 'title' => t('edit'),
|
||||
'callback' => $function, 'access' => $access || $user->uid == arg(1),
|
||||
'type' => MENU_LOCAL_TASK);
|
||||
|
|
Loading…
Reference in New Issue