aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/dashboard.php b/pages/dashboard.php
index 1deefed97..0f4b113c5 100644
--- a/pages/dashboard.php
+++ b/pages/dashboard.php
@@ -18,7 +18,7 @@ $title = elgg_echo('dashboard');
$intro_message = elgg_view('core/dashboard/blurb');
$params = array(
- 'box' => $intro_message,
+ 'content' => $intro_message,
'num_columns' => 3,
'show_access' => false,
);