diff options
Diffstat (limited to 'pages/dashboard/index.php')
-rw-r--r-- | pages/dashboard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/dashboard/index.php b/pages/dashboard/index.php index 60a3bd17c..4cd77aa55 100644 --- a/pages/dashboard/index.php +++ b/pages/dashboard/index.php @@ -10,7 +10,7 @@ gatekeeper(); // Set context and title -set_context('dashboard'); +elgg_set_context('dashboard'); set_page_owner(get_loggedin_userid()); $title = elgg_echo('dashboard'); |