aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-20 23:06:35 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-20 23:06:35 +0000
commit1429e80a1276a9081e4148076e2eac588e55a439 (patch)
tree9ebe52aa7a5c056a014187f39a6dc31c730833e7 /mod/thewire/start.php
parent02bf9ae5522c752aaa7bfac9b9562c634d35cef4 (diff)
downloadelgg-1429e80a1276a9081e4148076e2eac588e55a439.tar.gz
elgg-1429e80a1276a9081e4148076e2eac588e55a439.tar.bz2
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
Diffstat (limited to 'mod/thewire/start.php')
-rw-r--r--mod/thewire/start.php7
1 files changed, 1 insertions, 6 deletions
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;