aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Default.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-04-24 17:52:40 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-04-24 17:52:40 +0100
commitc84e7651e0c8a888495205ad1c19b7f3e89f95ea (patch)
tree3d40914248b93868f2ca91d13e27e94ed1f97af8 /perllib/FixMyStreet/Cobrand/Default.pm
parentbb5897ce61bf2c813e33b242594f14c73a65c2ed (diff)
Fewer photos on /alert for Bromley.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm
index cee320cca..6a86db979 100644
--- a/perllib/FixMyStreet/Cobrand/Default.pm
+++ b/perllib/FixMyStreet/Cobrand/Default.pm
@@ -173,6 +173,7 @@ EASTING and NORTHING.
sub recent_photos {
my $self = shift;
+ my $area = shift;
return $self->problems->recent_photos(@_);
}