summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/user/user.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 90219cf12..b8866e193 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -700,8 +700,6 @@ function user_menu($may_cache) {
$items[] = array('path' => 'user/login', 'title' => t('log in'),
'callback' => 'drupal_get_form', 'callback arguments' => array('user_login'),
'access' => !$user->uid, 'type' => MENU_DEFAULT_LOCAL_TASK);
- $items[] = array('path' => 'user/login', 'title' => t('Log in'),
- 'callback' => 'drupal_get_form', 'callback arguments' => array('user_login'), 'access' => TRUE, 'type' => MENU_DEFAULT_LOCAL_TASK);
$items[] = array('path' => 'user/register', 'title' => t('Create new account'),
'callback' => 'drupal_get_form', 'callback arguments' => array('user_register'), 'access' => !$user->uid && variable_get('user_register', 1), 'type' => MENU_LOCAL_TASK);
$items[] = array('path' => 'user/password', 'title' => t('Request new password'),