aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-26 12:30:33 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-26 12:30:33 +0100
commitfb5609544efd4b47d00c5c74ea837eb7fc8e3d0c (patch)
treefdd641c94f99f4d93a6ee194f510dd2d50efce21 /perllib/FixMyStreet/App/Controller
parente8ab66d1ce5d3601ba66f4a27b905ab7e90e2c27 (diff)
no way to sign up to new_problems alerts so not porting
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r--perllib/FixMyStreet/App/Controller/Alert.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Alert.pm b/perllib/FixMyStreet/App/Controller/Alert.pm
index aa51f1ba3..7ea0d77e3 100644
--- a/perllib/FixMyStreet/App/Controller/Alert.pm
+++ b/perllib/FixMyStreet/App/Controller/Alert.pm
@@ -132,10 +132,6 @@ sub subscribe_email : Private {
if ( $type eq 'updates' ) {
$c->forward('set_update_alert_options');
}
- elsif ( $type eq 'problems' ) {
-
-# $alert_id = FixMyStreet::Alert::create($email, 'new_problems', $cobrand, $cobrand_data);
- }
elsif ( $type eq 'local' ) {
$c->forward('set_local_alert_options');
}