[Rt-commit] rt branch, rt-address-regexp, updated. rt-3.8.7-149-gebe5485
Ruslan Zakirov
ruz at bestpractical.com
Thu Feb 25 15:58:05 EST 2010
The branch, rt-address-regexp has been updated
via ebe5485d8d975ee6cff30239a0e32cbfbdc32a74 (commit)
from ba10003e398f6e8c5964816478a3e62e36d92dff (commit)
Summary of changes:
share/html/Ticket/Update.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit ebe5485d8d975ee6cff30239a0e32cbfbdc32a74
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Feb 25 23:57:35 2010 +0300
fix typo in class name
diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html
index 90263c2..50a3d92 100755
--- a/share/html/Ticket/Update.html
+++ b/share/html/Ticket/Update.html
@@ -266,7 +266,7 @@ if ( $ARGS{'SubmitTicket'} ) {
next unless defined $value && length $value;
my @emails = Email::Address->parse( $value );
- foreach my $email ( grep RT::EmailAddress->IsRTAddress($_->address), @emails ) {
+ foreach my $email ( grep RT::EmailParser->IsRTAddress($_->address), @emails ) {
push @results, loc("[_1] is an address RT receives mail at. Adding it as a '[_2]' would create a mail loop", $email->format, loc(substr($field, 6)) );
$checks_failure = 1;
$email = undef;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list