aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/View
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-22 17:29:49 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-22 17:29:49 +0000
commit8ce92aa814d69fbdb221483450b95ca2d9267bce (patch)
treeffe7390362d5bc17de04676459008011026377c1 /perllib/FixMyStreet/App/View
parente2cc014a4dc1728d78cbf8e076f1a15645d1e6e7 (diff)
Cobrand specific example front page placeholder, start of layout tweaks, fix geocoding.
Diffstat (limited to 'perllib/FixMyStreet/App/View')
-rw-r--r--perllib/FixMyStreet/App/View/Web.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/View/Web.pm b/perllib/FixMyStreet/App/View/Web.pm
index 755f1e405..092e362f9 100644
--- a/perllib/FixMyStreet/App/View/Web.pm
+++ b/perllib/FixMyStreet/App/View/Web.pm
@@ -75,6 +75,7 @@ sprintf (different name to avoid clash)
sub tprintf {
my ( $self, $c, $format, @args ) = @_;
+ @args = @{$args[0]} if ref $args[0] eq 'ARRAY';
return sprintf $format, @args;
}