Completed
Push — master ( 26807d...efd759 )
by Patrick
01:43
created
api/v1/class.EventAPI.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
             }
88 88
         }
89 89
         $shifts = $dataTable->read($filter, $odata->select, $odata->top,
90
-                                   $odata->skip, $odata->orderby);
90
+                                    $odata->skip, $odata->orderby);
91 91
         if($shifts === false)
92 92
         {
93 93
             $shifts = array();
Please login to merge, or discard this patch.