fix info about stations (via)

master
Nitro 2020-09-27 01:57:52 +02:00
parent 65f1456d01
commit f09e340b13
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ else:
if($x == 0):
continue;
endif;
if(isset($cities[$x]['line_from'])):
if(isset($cities[$x]['line_station_from'])):
$via[] = $cities[$x]['name'];
endif;
endfor;