diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-04-30 12:32:46 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-04-30 12:32:46 +0100 |
commit | 5570f09cdbfe34aa9e64c307a8ba2d8409ea4150 (patch) | |
tree | 2c57e95441d3cf9b00d66f50d70e648f9afeb712 /perllib/FixMyStreet/App/Controller/Static.pm | |
parent | 148ea84470b4bf9b67860343fc88bdd2cbe17b7a (diff) | |
parent | 16061e060354affb25701a8c6111ee30df2ac19c (diff) |
Merge branch 'barnet-integration' into fmb-read-only
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Static.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Static.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Static.pm b/perllib/FixMyStreet/App/Controller/Static.pm index 52b230c27..d4b7a1b83 100755 --- a/perllib/FixMyStreet/App/Controller/Static.pm +++ b/perllib/FixMyStreet/App/Controller/Static.pm @@ -29,6 +29,10 @@ sub for_councils_faq : Path('/for-councils/faq') : Args(0) { my ( $self, $c ) = @_; } +sub privacy : Global : Args(0) { + my ( $self, $c ) = @_; +} + sub faq : Global : Args(0) { my ( $self, $c ) = @_; |