aboutsummaryrefslogtreecommitdiff
path: root/mod/walledgarden/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/walledgarden/index.php')
-rw-r--r--mod/walledgarden/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/walledgarden/index.php b/mod/walledgarden/index.php
index 98ed8479f..c0ba1681c 100644
--- a/mod/walledgarden/index.php
+++ b/mod/walledgarden/index.php
@@ -13,7 +13,7 @@
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
//grab the login form
-$login = elgg_view("account/forms/login_walledgarden");
+$login = elgg_view("account/forms/login");
//display the contents in our new canvas layout
$body = elgg_view_layout('walled_garden',$login);