Completed
Push — master ( 4cc8d7...01120a )
by Russell
02:11
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.
code/models/JSONBackend.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
             return $this->jsonText->cache[0];
143 143
         }*/
144 144
         
145
-     //   return $this->jsonText->cache;
145
+        //   return $this->jsonText->cache;
146 146
         
147 147
         return [];
148 148
     }
Please login to merge, or discard this patch.