aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-18 14:38:29 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-18 14:38:29 +0000
commit48df7552110a3f6df40705ae8f94704f39f3b88b (patch)
tree9f3810c3a962c5cd607b4fa7a632915ba8f93e60 /perllib/FixMyStreet/App/Controller/Admin.pm
parent76e55c5da8bd12e83ae4df8e324dd2f4746ceeb1 (diff)
Tidy up some tab highlighting, search display, date formatting.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm
index 08ac82298..7479bdba5 100644
--- a/perllib/FixMyStreet/App/Controller/Admin.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin.pm
@@ -485,7 +485,7 @@ sub reports : Path('reports') {
my ( $self, $c ) = @_;
if (my $search = $c->req->param('search')) {
- $c->stash->{searched} = 1;
+ $c->stash->{searched} = $search;
my $site_restriction = $c->cobrand->site_restriction;