diff options
Diffstat (limited to 'mod/notifications/groups.php')
-rw-r--r-- | mod/notifications/groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php index baa8757a8..9b176955a 100644 --- a/mod/notifications/groups.php +++ b/mod/notifications/groups.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(); |