From 02c8592759c5b33d3d94fe6a515f10af4317dd5c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 May 2009 21:12:25 +0000 Subject: - Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API. --- 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 36a40bee1..804f152e6 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -176,7 +176,7 @@ function user_view($account) { '#account' => $account, ); - return drupal_get_page($build); + return $build; } /** -- cgit v1.2.3