lib/vehicle_types.php | ●●●●● patch | view | raw | blame | history |
lib/vehicle_types.php
@@ -7,7 +7,7 @@ return [ 'num' => $line[2] . str_pad($id, 3, '0', STR_PAD_LEFT), 'type' => $line[3], 'low' => isset($line[4]) ? $line[4] : $defaultLow, 'low' => (int)(isset($line[4]) ? $line[4] : $defaultLow), ]; } }