Completed
Push — FVSv2 ( 0e95d7...1ec6b9 )
by Patrick
01:42
created
api/v1/class.Processor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@
 block discarded – undo
254 254
             $tmp = $dataTable->read();
255 255
             foreach($tmp as $role)
256 256
             {
257
-               $roles[$role['short_name']] = $role;
257
+                $roles[$role['short_name']] = $role;
258 258
             }
259 259
         }
260 260
         $entry['isAdmin'] = $this->isAdminForShift($entry, $this->user);
Please login to merge, or discard this patch.