From 81c1ee6e7d08ece79919fe7fd438f07f89d00eed Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 20 Oct 2010 11:15:00 +0000 Subject: Refs #2496 - manually merged [6975] from 1.7 branch git-svn-id: http://code.elgg.org/elgg/trunk@7102 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/start.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/pages/start.php') diff --git a/mod/pages/start.php b/mod/pages/start.php index 6fd0ef26d..1deaec76b 100644 --- a/mod/pages/start.php +++ b/mod/pages/start.php @@ -108,6 +108,9 @@ function pages_page_handler($page) { break; case "welcome" : + if (isset($page[1])) { + set_input('username', $page[1]); + } include($CONFIG->pluginspath . "pages/welcome.php"); break; -- cgit v1.2.3