From 3baea649b6b47505fb1fe88e518ce65a5198bdd5 Mon Sep 17 00:00:00 2001 From: Jonas Oberg Date: Mon, 19 Nov 2012 12:36:25 +0000 Subject: Updated information for Swedish councils --- perllib/FixMyStreet/App/Controller/Static.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perllib/FixMyStreet/App/Controller/Static.pm') diff --git a/perllib/FixMyStreet/App/Controller/Static.pm b/perllib/FixMyStreet/App/Controller/Static.pm index 6cc22aede..40e2431ea 100755 --- a/perllib/FixMyStreet/App/Controller/Static.pm +++ b/perllib/FixMyStreet/App/Controller/Static.pm @@ -57,6 +57,10 @@ sub iphone : Global : Args(0) { my ( $self, $c ) = @_; } +sub council : Global : Args(0) { + my ( $self, $c ) = @_; +} + __PACKAGE__->meta->make_immutable; 1; -- cgit v1.2.3