aboutsummaryrefslogtreecommitdiff
path: root/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/index.php b/dashboard/index.php
index e636f06f7..6f9365bd5 100644
--- a/dashboard/index.php
+++ b/dashboard/index.php
@@ -23,7 +23,7 @@
$title = elgg_echo('dashboard');
// Try and get the user from the username and set the page body accordingly
- $body = elgg_view_layout('widgets',"");
+ $body = elgg_view_layout('widgets',"","",elgg_echo("dashboard:nowidgets"));
page_draw($title, $body);