diff options
Diffstat (limited to 'mod/walledgarden/index.php')
-rw-r--r-- | mod/walledgarden/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/walledgarden/index.php b/mod/walledgarden/index.php index 251725496..b5b6e57c6 100644 --- a/mod/walledgarden/index.php +++ b/mod/walledgarden/index.php @@ -20,6 +20,6 @@ $area1 = "This site is running in walled garden mode. <br /> Therefore you will need to be invited & logged in to see anything."; //display the contents in our new canvas layout -$body = elgg_view_layout('one_column_with_sidebar', $login, $area1); +$body = elgg_view_layout('one_column_with_sidebar', $area1, $login); page_draw($title, $body);
\ No newline at end of file |