[Rt-commit] [rtir] 19/24: Fix typo in ActiveQuery parameters

Jesse Vincent jesse at bestpractical.com
Mon Feb 9 00:25:24 EST 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 064c6e45fdd29f51bb9ea699fe3e57a2a930b1b7
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Feb 8 19:40:07 2015 -0800

    Fix typo in ActiveQuery parameters
---
 html/RTIR/Link/ToIncident/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Link/ToIncident/index.html b/html/RTIR/Link/ToIncident/index.html
index 64abac9..633d6ef 100644
--- a/html/RTIR/Link/ToIncident/index.html
+++ b/html/RTIR/Link/ToIncident/index.html
@@ -97,7 +97,7 @@ my $BaseQuery = RT::IR->Query(
     HasNoMember => $id,
     Costituency => $Ticket,
 );
-$Query ||= RT::IR->ActiveQuery( Lifecyce => 'incidents' );
+$Query ||= RT::IR->ActiveQuery( Lifecycle => 'incidents' );
 
 </%INIT>
 <%ARGS>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list