[Rt-commit] r14187 - rt/3.8/trunk/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Wed Jul 16 19:44:31 EDT 2008


Author: ruz
Date: Wed Jul 16 19:44:31 2008
New Revision: 14187

Modified:
   rt/3.8/trunk/lib/RT/Config.pm

Log:
* define Plugins meta

Modified: rt/3.8/trunk/lib/RT/Config.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Config.pm	(original)
+++ rt/3.8/trunk/lib/RT/Config.pm	Wed Jul 16 19:44:31 2008
@@ -265,6 +265,7 @@
         },
     },
     MailPlugins  => { Type => 'ARRAY' },
+    Plugins      => { Type => 'ARRAY' },
     GnuPG        => { Type => 'HASH' },
     GnuPGOptions => { Type => 'HASH',
         PostLoadCheck => sub {


More information about the Rt-commit mailing list