aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Alert.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-26 13:23:12 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-26 13:23:12 +0100
commit14a70af1b2e89efef459cf206ef88683889ab10c (patch)
tree8d1b61d0638f58f456e1ef7b30cbd02de1aba6a4 /perllib/FixMyStreet/App/Controller/Alert.pm
parenta04abdebaf280cbfbad65fabb2c64d88f9e3d72c (diff)
parent0030a9d9760c1f8733fb5b64486aaa634d1023bb (diff)
Merge branch 'migrate_to_catalyst' of ssh://matthew@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Alert.pm')
-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');
}