Passed
Push — Accessing-and-setting-the-site... ( 504336...41a091 )
by Stone
02:26
created
App/Controllers/Ajax/Update.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
             if (!$configModel->updateConfig($update->dbId, $update->value)) {
33 33
                 $result['success'] = false;
34 34
                 $result['errorId'][] = $update->id;
35
-            } else {
35
+            }else {
36 36
                 $result['successId'][] = $update->id;
37 37
             }
38 38
         }
Please login to merge, or discard this patch.