diff --git a/core/app/Notifications.php b/core/app/Notifications.php index 60e21f21..670c1696 100644 --- a/core/app/Notifications.php +++ b/core/app/Notifications.php @@ -469,8 +469,8 @@ public static function profile($memID) } // Call the notifier callback - foreach ($notifier_settings as $notifier => $settings) - $notifiers[$notifier]->saveProfile(MID, $settings); + foreach ($notifier_settings as $notifier => $setting) + $notifiers[$notifier]->saveProfile(MID, $setting); redirectexit('action=profile;area=notifications'); }