From 1429e80a1276a9081e4148076e2eac588e55a439 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 20 Feb 2011 23:06:35 +0000 Subject: Fixes #2970 updated groups, file, pages, and wire plugins for automatic page owner setting git-svn-id: http://code.elgg.org/elgg/trunk@8376 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/start.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mod/pages/start.php') diff --git a/mod/pages/start.php b/mod/pages/start.php index ec5a8815b..5c9b4bdc7 100644 --- a/mod/pages/start.php +++ b/mod/pages/start.php @@ -113,12 +113,9 @@ function pages_page_handler($page) { $page_type = $page[0]; switch ($page_type) { case 'owner': - $owner = get_user_by_username($page[1]); - set_input('guid', $owner->guid); include "$base_dir/index.php"; break; case 'friends': - set_input('username', $page[1]); include "$base_dir/friends.php"; break; case 'view': @@ -134,7 +131,6 @@ function pages_page_handler($page) { include "$base_dir/edit.php"; break; case 'group': - set_input('guid', $page[1]); include "$base_dir/index.php"; break; case 'history': -- cgit v1.2.3