aboutsummaryrefslogtreecommitdiff
path: root/pages/dashboard/latest.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/dashboard/latest.php')
-rw-r--r--pages/dashboard/latest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/dashboard/latest.php b/pages/dashboard/latest.php
index 3e8ddeefb..973a3f8be 100644
--- a/pages/dashboard/latest.php
+++ b/pages/dashboard/latest.php
@@ -23,5 +23,5 @@ if (is_plugin_enabled('riverdashboard')) {
} else {
$content = "Riverdashboard not loaded";
}
-$content = elgg_view_layout('one_column_with_sidebar', $title . $content);
+$content = elgg_view_layout('one_column_with_sidebar', array('content' => $title . $content));
echo elgg_view_page(elgg_echo('content:latest'), $content);