Commit 7085318c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

... fix typo in previous commit

parent f854cf44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ sub new {
	$ref->{is_powercar} = 0;
	$ref->{number} = $opt{wagenordnungsnummer};
	$ref->{section} = $opt{fahrzeugsektor};
	$ref->{type} = $opt{fahrzeugtype};
	$ref->{type} = $opt{fahrzeugtyp};

	if ($opt{kategorie} =~ m{SPEISEWAGEN}) {
		$ref->{has_bistro} = 1;