Skip to content

Commit

Permalink
* Renamed a risky variable. (Notifications.php)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nao committed Mar 25, 2014
1 parent 0b5bc99 commit 61f16c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/app/Notifications.php
Expand Up @@ -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');
}
Expand Down

0 comments on commit 61f16c8

Please sign in to comment.