diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-08-15 10:08:19 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-16 21:43:46 +0100 |
commit | f12d36346dcfc4c2718fc90bf2d28e3b11591171 (patch) | |
tree | 716bab6c26f72d689d551599b8e15c068a3c84e3 /perllib/FixMyStreet/App/Controller/Alert.pm | |
parent | 20113bad5bfab47306731eb4a0a92990ccb273cd (diff) |
Remove unused extra_* functions.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Alert.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Alert.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Alert.pm b/perllib/FixMyStreet/App/Controller/Alert.pm index 6e9ae819c..4e5319a59 100644 --- a/perllib/FixMyStreet/App/Controller/Alert.pm +++ b/perllib/FixMyStreet/App/Controller/Alert.pm @@ -184,7 +184,7 @@ sub create_alert : Private { unless ($alert) { $options->{cobrand} = $c->cobrand->moniker(); - $options->{cobrand_data} = $c->cobrand->extra_update_data(); + $options->{cobrand_data} = ''; $options->{lang} = $c->stash->{lang_code}; $alert = $c->model('DB::Alert')->new($options); |