aboutsummaryrefslogtreecommitdiff
path: root/pages/settings/statistics.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/settings/statistics.php')
-rw-r--r--pages/settings/statistics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/settings/statistics.php b/pages/settings/statistics.php
index 248dc8e50..741003308 100644
--- a/pages/settings/statistics.php
+++ b/pages/settings/statistics.php
@@ -17,6 +17,6 @@ if ((!elgg_get_page_owner()) || (!elgg_get_page_owner()->canEdit())) {
$content = elgg_view_title(elgg_echo("usersettings:statistics"));
$content .= elgg_view("usersettings/statistics");
-$body = elgg_view_layout('one_column_with_sidebar', $content);
+$body = elgg_view_layout('one_column_with_sidebar', array('content' => $content));
echo elgg_view_page(elgg_echo("usersettings:statistics"), $body);