diff options
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) { |