aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-06 10:42:29 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-06 10:42:29 +0100
commit72b67f1af5c4afac2205fe4bc08b02813d66050d (patch)
tree48f323889ec4b27c06901081c5412e6581705d7d /perllib/FixMyStreet/App/Controller/Root.pm
parent4609689f44b4e0b1f95b7fdf096d3356241c271a (diff)
Added overrides to staging servers to make testing/dev easier
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Root.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm
index 42ac856c6..2a25d4040 100644
--- a/perllib/FixMyStreet/App/Controller/Root.pm
+++ b/perllib/FixMyStreet/App/Controller/Root.pm
@@ -26,7 +26,7 @@ sub auto : Private {
my ( $self, $c ) = @_;
# decide which cobrand this request should use
- $c->setup_cobrand();
+ $c->setup_request();
return 1;
}