diff options
Diffstat (limited to 'mod/thewire')
-rw-r--r-- | mod/thewire/start.php | 7 |
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;
|