From 8ce92aa814d69fbdb221483450b95ca2d9267bce Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 22 Mar 2012 17:29:49 +0000 Subject: Cobrand specific example front page placeholder, start of layout tweaks, fix geocoding. --- perllib/FixMyStreet/App/View/Web.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perllib/FixMyStreet/App/View/Web.pm') 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; } -- cgit v1.2.3