diff options
Diffstat (limited to 'mod/profile/start.php')
| -rw-r--r-- | mod/profile/start.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 1d73b6632..48547c0bf 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -21,7 +21,7 @@ function profile_init() {  	// Set up the menu for logged-in users  	elgg_extend_view('elgg_topbar/extend', 'profile/topbar_extend');  	//if (isloggedin()) { -	//	add_menu(elgg_echo('profile:yours'), $_SESSION['user']->getURL() . '/extend'); +	//	add_menu(elgg_echo('profile:yours'), get_loggedin_user()->getURL() . '/extend');  	//}  	// Metadata on users needs to be independent  | 
