Jacek Kowalski
2024-08-17 7c2d04008df30360e5d9a2a53f42d77fa10757ea
lib/Output.php
@@ -59,6 +59,10 @@
      ksort($vehicles);
      
      $dbMapping = $this->db->getAllByNum();
      foreach($dbMapping as &$vehicle) {
         $vehicle['vehicle'] = $this->vehicleTypes->getByNumber($vehicle['num']);
      }
      unset($vehicle);
      ksort($dbMapping);
      
      if($saveConfig) {