[Rt-commit] [rtir] 17/18: Require RT::IR::Web;

Jesse Vincent jesse at bestpractical.com
Wed Mar 11 03:36:48 EDT 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 a3420d405ced62cad7735e1cc70d63299d891cec
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Mar 11 00:25:48 2015 -0700

    Require RT::IR::Web;
    
    Actually get the RT shredder to start using the new RTIR
    ticket URI helper format
---
 lib/RT/IR.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 876d93e..8726a72 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -60,6 +60,7 @@ use Scalar::Util qw(blessed);
 # extensions in RT core
 
 use RT::IR::Config;
+use RT::IR::Web;
 RT::IR::Config::Init();
 
 

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


More information about the rt-commit mailing list