[Rt-commit] [rtir] 03/06: Call LifecycleObj to get the lifecycle object from the queue
Jim Brandt
jbrandt at bestpractical.com
Tue Mar 4 17:05:25 EST 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/rtir-homepage-updates
in repository rtir.
commit e5a7120257567f3806d326b5ec0f898a2019a546
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Mar 4 14:25:47 2014 -0500
Call LifecycleObj to get the lifecycle object from the queue
---
lib/RT/IR.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 34f8855..72b4e60 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -184,7 +184,7 @@ sub Statuses {
}
next unless $queue->id;
- my $cycle = $queue->Lifecycle;
+ my $cycle = $queue->LifecycleObj;
push @initial, $cycle->Initial if $arg{'Initial'};
push @active, $cycle->Active if $arg{'Active'};
push @inactive, $cycle->Inactive if $arg{'Inactive'};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list