From f42bca3bd4a7b97e103ddba3fdb4e403f7215b2a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Oct 2009 14:07:30 +0000 Subject: - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big. --- modules/user/user.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 1f94e421d..eef7d3f62 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -500,7 +500,7 @@ function user_page() { global $user; if ($user->uid) { menu_set_active_item('user/' . $user->uid); - return menu_execute_active_handler(); + return menu_execute_active_handler(NULL, FALSE); } else { return drupal_get_form('user_login'); -- cgit v1.2.3