diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-26 12:30:33 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-26 12:30:33 +0100 |
commit | fb5609544efd4b47d00c5c74ea837eb7fc8e3d0c (patch) | |
tree | fdd641c94f99f4d93a6ee194f510dd2d50efce21 | |
parent | e8ab66d1ce5d3601ba66f4a27b905ab7e90e2c27 (diff) |
no way to sign up to new_problems alerts so not porting
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Alert.pm | 4 |
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'); } |