aboutsummaryrefslogtreecommitdiff
path: root/views/default/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/notifications')
-rw-r--r--views/default/notifications/settings/usersettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/notifications/settings/usersettings.php b/views/default/notifications/settings/usersettings.php
index 2792ccd4a..f1609d150 100644
--- a/views/default/notifications/settings/usersettings.php
+++ b/views/default/notifications/settings/usersettings.php
@@ -11,7 +11,7 @@
*/
global $NOTIFICATION_HANDLERS;
- $notification_settings = get_user_notification_settings();
+ $notification_settings = get_user_notification_settings(page_owner());
?>
<h2><?php echo elgg_echo('notifications:usersettings'); ?></h2>