aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Static.pm
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-04-30 12:32:46 +0100
committerDave Whiteland <dave@mysociety.org>2012-04-30 12:32:46 +0100
commit5570f09cdbfe34aa9e64c307a8ba2d8409ea4150 (patch)
tree2c57e95441d3cf9b00d66f50d70e648f9afeb712 /perllib/FixMyStreet/App/Controller/Static.pm
parent148ea84470b4bf9b67860343fc88bdd2cbe17b7a (diff)
parent16061e060354affb25701a8c6111ee30df2ac19c (diff)
Merge branch 'barnet-integration' into fmb-read-only
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Static.pm')
-rwxr-xr-xperllib/FixMyStreet/App/Controller/Static.pm4
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 ) = @_;