[Rt-commit] r19451 - rt/3.999/trunk/lib/RT
sartak at bestpractical.com
sartak at bestpractical.com
Tue May 5 14:56:53 EDT 2009
Author: sartak
Date: Tue May 5 14:56:53 2009
New Revision: 19451
Modified:
rt/3.999/trunk/lib/RT/Rule.pm
Log:
Lie less :)
Modified: rt/3.999/trunk/lib/RT/Rule.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Rule.pm (original)
+++ rt/3.999/trunk/lib/RT/Rule.pm Tue May 5 14:56:53 2009
@@ -62,9 +62,9 @@
sub prepare {
my $self = shift;
- # When a ticket's DESTROY is called, its id can be undef
+ # When a ticket is deleted with shredder, its id can be undef
if (!defined($self->ticket_obj->id)) {
- Jifty->log->debug("Prepare aborted because the ticket was garbage collected.");
+ Jifty->log->debug("Prepare aborted because the ticket was not available.");
return (0);
}
More information about the Rt-commit
mailing list