diff options
author | Marius Halden <marius.h@lden.org> | 2018-06-07 14:36:19 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2018-06-07 14:36:19 +0200 |
commit | 56f61b1441070aa0b9ddcfc74aca46c20313609f (patch) | |
tree | bf99e1374148b94c58e6bc5473fac98310c3e588 /perllib/FixMyStreet/App/Controller/Dashboard.pm | |
parent | 956f8b8a065824f9a9dc379eba1d0aa8b1b669cf (diff) | |
parent | 80cf37ef3f52d5b466c13c7bddfddd62f6d4f8fc (diff) |
Merge tag 'v2.3.4' into fiksgatami-dev
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Dashboard.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Dashboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Dashboard.pm b/perllib/FixMyStreet/App/Controller/Dashboard.pm index ffd8d76c1..790e7ec29 100644 --- a/perllib/FixMyStreet/App/Controller/Dashboard.pm +++ b/perllib/FixMyStreet/App/Controller/Dashboard.pm @@ -368,7 +368,7 @@ sub generate_csv : Private { my $hashref = $report->as_hashref($c, \%asked_for); $hashref->{user_name_display} = $report->anonymous - ? '(anonymous)' : $report->user->name; + ? '(anonymous)' : $report->name; if ($asked_for{acknowledged}) { for my $comment ($report->comments) { |