[Rt-commit] [rtir] 04/07: Call LifecycleObj to get the lifecycle object from the queue

Jim Brandt jbrandt at bestpractical.com
Wed Mar 26 16:21:44 EDT 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 aaa218983fe8c13ceb076728bde358fe3ee9bf7d
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