[Rt-commit] r15557 - in rt/branches/3.999-DANGEROUS: bin

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Aug 27 14:02:52 EDT 2008


Author: sunnavy
Date: Wed Aug 27 14:02:51 2008
New Revision: 15557

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/bin/rt-crontool

Log:
 r16168 at sunnavys-mb:  sunnavy | 2008-08-28 01:56:20 +0800
 we need call Jifty->new to init some Jifty stuff, e.g. init Plugins


Modified: rt/branches/3.999-DANGEROUS/bin/rt-crontool
==============================================================================
--- rt/branches/3.999-DANGEROUS/bin/rt-crontool	(original)
+++ rt/branches/3.999-DANGEROUS/bin/rt-crontool	Wed Aug 27 14:02:51 2008
@@ -51,6 +51,8 @@
 
 use lib ("/home/jesse/svk/3.999-DANGEROUS/local/lib", "/home/jesse/svk/3.999-DANGEROUS/lib");
 
+BEGIN { use Jifty; Jifty->new }
+
 package RT;
 
 use Getopt::Long;


More information about the Rt-commit mailing list