diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-06 16:35:35 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-06 16:35:35 +0000 |
commit | a4ec97a12718bf6a21aadc68e5e4bb3cc12e358a (patch) | |
tree | f14e898bf9650f43481ee46a9e378f0539eb4fe6 /perllib/FixMyStreet/Cobrand/Base.pm | |
parent | e76d6c17cfe2bdcb8822e448a73e1b916eb22cee (diff) | |
parent | 1162d374f112fc9578cf0d8ade53d4a70f013046 (diff) |
Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into supercool
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Base.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Base.pm b/perllib/FixMyStreet/Cobrand/Base.pm index 42a891cb4..fada33b78 100644 --- a/perllib/FixMyStreet/Cobrand/Base.pm +++ b/perllib/FixMyStreet/Cobrand/Base.pm @@ -62,7 +62,7 @@ Returns the path to the templates for this cobrand - by default sub path_to_web_templates { my $self = shift; - return FixMyStreet->path_to( 'templates/web', $self->moniker ); + return [ FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify ]; } 1; |