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/thewire/start.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mod/thewire') diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 7450ea78a..12e4b0884 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -8,6 +8,7 @@ * Cash Costello * Clark Updike * John Norton + * Max Thomas * Nathan Koterba */ @@ -79,16 +80,10 @@ function thewire_page_handler($page) { break; case "friends": - if (isset($page[1])) { - set_input('username', $page[1]); - } include dirname(__FILE__) . "/pages/friends.php"; break; case "owner": - if (isset($page[1])) { - set_input('username', $page[1]); - } include dirname(__FILE__) . "/pages/user.php"; break; -- cgit v1.2.3