aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Contact.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Contact.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Contact.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Contact.pm b/perllib/FixMyStreet/App/Controller/Contact.pm
index 3f282f0dc..a3e397022 100644
--- a/perllib/FixMyStreet/App/Controller/Contact.pm
+++ b/perllib/FixMyStreet/App/Controller/Contact.pm
@@ -70,11 +70,7 @@ sub determine_contact_type : Private {
'select' => [
'title', 'detail', 'name',
'anonymous',
- 'user_id',
- {
- extract => 'epoch from confirmed',
- -as => 'confirmed'
- }
+ 'user_id', 'confirmed',
]
}
);