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 833bab98e..014721954 100644
--- a/index.php
+++ b/index.php
@@ -52,5 +52,5 @@ if (!trigger_plugin_hook('index', 'system', null, FALSE)) {
$login_form = elgg_view('account/forms/login');
$content = elgg_view_layout('one_column_with_sidebar', $title . $activity, $login_form);
- page_draw(null, $content);
+ echo elgg_view_page(null, $content);
}