diff options
Diffstat (limited to 'bin/send-comments')
-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 3a5d1aa47..388f0ec79 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -28,7 +28,7 @@ use constant SEND_FAIL_RETRIES_CUTOFF => 3; # send_method config values found in by-area config data, for selecting to appropriate method use constant SEND_METHOD_EMAIL => 'email'; -use constant SEND_METHOD_OPEN311 => 'open311'; +use constant SEND_METHOD_OPEN311 => 'Open311'; # Set up site, language etc. my ($verbose, $nomail) = CronFns::options(); |