aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-08 13:37:45 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-08 13:37:45 +0100
commite19d63897578e31cf40cc185a663cebd8edb9c14 (patch)
tree8c58515c578459ea8c175522e8037bd6d675ec8b /perllib/FixMyStreet/App.pm
parent2d0503ccfd4c55ea7252e19603fe4732c2f36f9e (diff)
Move some more functions.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index 4aa9cc75b..811a40eb0 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -130,7 +130,7 @@ sub _get_cobrand {
? FixMyStreet::Cobrand->get_class_for_moniker($override_moniker)
: FixMyStreet::Cobrand->get_class_for_host($host);
- my $cobrand = $cobrand_class->new( { request => $c->req } );
+ my $cobrand = $cobrand_class->new( { c => $c } );
return $cobrand;
}