diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 10:37:56 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 10:37:56 +0000 |
commit | 5b2e18389734751165d2eeb21a3b3f2e8d2e8755 (patch) | |
tree | 3815fd9f79f9bd22d28cd99020def4b8791368ad /bin | |
parent | a3c6969a644f3f007c5491db455070109fdcf80b (diff) |
Make sure constant is used.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/send-comments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-comments b/bin/send-comments index fb81d76e9..fc2ab42bd 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -49,7 +49,7 @@ while ( my $body = $bodies->next ) { # Oxfordshire (OCC) is special: # we do *receive* service_request_updates (aka comments) for OCC, but we never *send* them, so skip this pass - next if $body->areas->{COUNCIL_ID_OXFORDSHIRE}; + next if $body->areas->{+COUNCIL_ID_OXFORDSHIRE}; my $use_extended = 0; my $comments = FixMyStreet::App->model('DB::Comment')->search( { |