[Rt-commit] r12751 - in rt/branches/3.8-TESTING: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 29 14:12:06 EDT 2008
Author: sartak
Date: Thu May 29 14:12:05 2008
New Revision: 12751
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm
Log:
r61264 at onn: sartak | 2008-05-29 14:11:49 -0400
Missing line from the code move?
Modified: rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm Thu May 29 14:12:05 2008
@@ -1706,6 +1706,7 @@
# On queue change, change queue for reminders too
my $reminder_collection = $self->Reminders->Collection;
while ( my $reminder = $reminder_collection->Next ) {
+ my ($val, $msg) = $reminder->SetQueue($NewQueue);
return ( 0, $self->loc("Queue change failed for reminder [_1]: [_2]", $reminder->Id ,$msg) ) unless $val;
}
More information about the Rt-commit
mailing list