Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

Commit 1723893

Browse files
Quick fixcd ../../iRail/WebClient/
1 parent ce59f39 commit 1723893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datamodel/DataLayer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function getVehicleinfo($vehicleid){
150150
$args = array(
151151
"lang" => $this->lang,
152152
"id" => $vehicleid,
153-
"fast" => "true";
153+
"fast" => "true"
154154
);
155155
try{
156156
return APICall::execute("vehicle", $args);

0 commit comments

Comments
 (0)