aboutsummaryrefslogtreecommitdiff
path: root/pages/dashboard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/dashboard/index.php')
-rw-r--r--pages/dashboard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/dashboard/index.php b/pages/dashboard/index.php
index e00140e17..6fbbec035 100644
--- a/pages/dashboard/index.php
+++ b/pages/dashboard/index.php
@@ -18,6 +18,6 @@ $title = elgg_echo('dashboard');
$intro_message = elgg_view('dashboard/blurb');
// Try and get the user from the username and set the page body accordingly
-$body = elgg_view_layout('widgets',"","",$intro_message);
+$body = elgg_view_layout('widgets', "", "", $intro_message);
page_draw($title, $body); \ No newline at end of file