[Rt-commit] r10282 - rtir/branches/2.3-EXPERIMENTAL/etc

ruz at bestpractical.com ruz at bestpractical.com
Thu Jan 10 17:19:34 EST 2008


Author: ruz
Date: Thu Jan 10 17:19:34 2008
New Revision: 10282

Modified:
   rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm

Log:
* load RT::IR using callbacks registration

Modified: rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	Thu Jan 10 17:19:34 2008
@@ -266,4 +266,6 @@
 # other actions don't apply to the same matched text
 Set(@Active_MakeClicky, qw(httpurl_overwrite ip email domain));
 
+Register( Init => sub { require RT::IR } );
+
 1;


More information about the Rt-commit mailing list