Completed
Push — master ( 9d18b4...301d75 )
by Russell
03:01
created
code/models/fieldtypes/JSONText.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -383,7 +383,7 @@
 block discarded – undo
383 383
                 ]);
384 384
             
385 385
             if ($operator === $backendOperator && $result = $backendDBApiInst->$routine()) {
386
-               return $result;
386
+                return $result;
387 387
             }
388 388
         }
389 389
         
Please login to merge, or discard this patch.