Completed
Push — master ( 8f93db...434590 )
by Seth
02:27
created
custom-preferences/force-notifications.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
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
                     }
Please login to merge, or discard this patch.