diff options
Diffstat (limited to 'mod/riverdashboard/index.php')
-rw-r--r-- | mod/riverdashboard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/riverdashboard/index.php b/mod/riverdashboard/index.php index 153e6a75c..3c3f97dad 100644 --- a/mod/riverdashboard/index.php +++ b/mod/riverdashboard/index.php @@ -55,7 +55,7 @@ if (isloggedin()) { $sidebar = ''; } -set_context('riverdashboard'); +elgg_set_context('riverdashboard'); if (empty($callback)) { $body .= elgg_view('riverdashboard/container', array('body' => $nav . $extend . $river . elgg_view('riverdashboard/js'))); |