aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/groups.php')
-rw-r--r--mod/notifications/groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php
index 1c1ad77d2..28f3b9f94 100644
--- a/mod/notifications/groups.php
+++ b/mod/notifications/groups.php
@@ -26,7 +26,7 @@ $form_body = elgg_view('notifications/subscriptions/groupsform',array('groups' =
$body = elgg_view('input/form',array(
'body' => $form_body,
'method' => 'post',
- 'action' => $CONFIG->wwwroot . 'action/notificationsettings/groupsave'
+ 'action' => elgg_get_site_url() . 'action/notificationsettings/groupsave'
));
// Insert it into the correct canvas layout