diff options
Diffstat (limited to 'mod/notifications/index.php')
-rw-r--r-- | mod/notifications/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/index.php b/mod/notifications/index.php index 0418e6b1d..209de9cd2 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -15,7 +15,7 @@ gatekeeper(); set_page_owner(get_loggedin_userid()); // Set the context to settings -set_context('settings'); +elgg_set_context('settings'); // Get the form $people = array(); |