diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index ed9e5bdea..2153ca33b 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -80,6 +80,9 @@ sub council_dashboard_hook { $c->detach; } + $c->forward('/admin/fetch_contacts'); + $c->stash->{display_contacts} = 1; + return if $c->user->is_superuser; my $body = $c->user->from_body || _user_to_body($c); |