From 766959d366ad3316759656c9ce83978b18c904e5 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 16 Jul 2008 17:50:27 +0000 Subject: Fixes #162 git-svn-id: https://code.elgg.org/elgg/trunk@1447 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile') diff --git a/mod/profile/index.php b/mod/profile/index.php index e1f4f1651..c055333c0 100644 --- a/mod/profile/index.php +++ b/mod/profile/index.php @@ -19,7 +19,7 @@ // Try and get the user from the username and set the page body accordingly if ($user = get_user_by_username($username)) { - $body = elgg_view_entity($user,"",true); + $body = elgg_view_entity($user,true); $title = $user->name; } else { -- cgit v1.2.3