@@ -70,7 +70,7 @@ |
||
| 70 | 70 | if ($step == STEP_FORCE) { |
| 71 | 71 | try { |
| 72 | 72 | $notificationPreferences = []; |
| 73 | - foreach($_REQUEST['notification_preferences'] as $notification => $settings) { |
|
| 73 | + foreach ($_REQUEST['notification_preferences'] as $notification => $settings) { |
|
| 74 | 74 | if (!empty($settings['enabled']) && $settings['enabled']) { |
| 75 | 75 | $notificationPreferences[$notification]['frequency'] = $settings['frequency']; |
| 76 | 76 | } |