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

ruz at bestpractical.com ruz at bestpractical.com
Sun Jan 13 18:10:06 EST 2008


Author: ruz
Date: Sun Jan 13 18:10:05 2008
New Revision: 10338

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

Log:
* add loading of RT::IR to the bottom of config

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	Sun Jan 13 18:10:05 2008
@@ -266,4 +266,6 @@
 # other actions don't apply to the same matched text
 Set(@Active_MakeClicky, qw(httpurl_overwrite ip email domain));
 
+require RT::IR;
+
 1;


More information about the Rt-commit mailing list