aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f289fe20b..c559df5b3 100644
--- a/index.php
+++ b/index.php
@@ -32,6 +32,6 @@ if (!trigger_plugin_hook('index', 'system', null, FALSE)) {
global $autofeed;
$autofeed = FALSE;
- $content = elgg_view_layout('one_column_with_sidebar', elgg_view('account/forms/login'), $title . $content);
+ $content = elgg_view_layout('one_column_with_sidebar', $title, elgg_view('account/forms/login'));
page_draw(null, $content);
}