Unverified Commit 5299b7ba authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

json_route_diff: add missing $self argument

parent b4f29787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ sub log_api_access {
}

sub json_route_diff {
	my ( $route, $sched_route ) = @_;
	my ( $self, $route, $sched_route ) = @_;
	my @json_route;
	my @route       = @{$route};
	my @sched_route = @{$sched_route};