diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-08 13:37:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-08 13:37:45 +0100 |
commit | e19d63897578e31cf40cc185a663cebd8edb9c14 (patch) | |
tree | 8c58515c578459ea8c175522e8037bd6d675ec8b /perllib/FixMyStreet/App.pm | |
parent | 2d0503ccfd4c55ea7252e19603fe4732c2f36f9e (diff) |
Move some more functions.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 2 |
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; } |