[Rt-commit] rt branch, 3.999-trunk, updated. 4146043229a8be1823577d542bfc5c6aa42d9657
jesse
jesse at bestpractical.com
Wed Oct 21 12:24:17 EDT 2009
The branch, 3.999-trunk has been updated
via 4146043229a8be1823577d542bfc5c6aa42d9657 (commit)
from 006ee9071a6dec05d945742072bff880fd72e624 (commit)
Summary of changes:
lib/RT/Model/Ticket.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 4146043229a8be1823577d542bfc5c6aa42d9657
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Oct 21 11:27:05 2009 -0400
update a wanring to the new calling convention
diff --git a/lib/RT/Model/Ticket.pm b/lib/RT/Model/Ticket.pm
index 09493f8..937092d 100755
--- a/lib/RT/Model/Ticket.pm
+++ b/lib/RT/Model/Ticket.pm
@@ -2202,7 +2202,7 @@ sub DESTROY {
my $ticket = RT::Model::Ticket->new( current_user => RT::CurrentUser->superuser );
my ($ok, $msg) = $ticket->load( $self->id );
- warn "Unable to load ticket #" . $self->id . " for batch processing: " . $msg if !$ok;
+ warn "Unable to load ticket #" . $self->id . " for batch processing" if !$ok;
# Entry point of the rule system
my $rules = RT::Ruleset->find_all_rules(
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list