diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index edc97b4de..578dfa53c 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -48,7 +48,7 @@ sub example_places { return ( 'OX20 1SZ', 'Park St, Woodstock' ); } -# If we ever link to a county problem report, needs to be to main FixMyStreet +# If we ever link to a district problem report, needs to be to main FixMyStreet sub base_url_for_report { my ( $self, $report ) = @_; my %councils = map { $_ => 1 } @{$report->councils}; |