[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.4-18-g243e14e

Alex Vandiver alexmv at bestpractical.com
Thu May 22 14:10:11 EDT 2014


The branch, 4.2-trunk has been updated
       via  243e14e204a47e19d1d6b0af7eb566d92dbb7c72 (commit)
      from  3489c7d5562062ef93655fb9ca9e1ccbb05a05e9 (commit)

Summary of changes:
 etc/RT_Config.pm.in | 4 ++++
 1 file changed, 4 insertions(+)

- Log -----------------------------------------------------------------
commit 243e14e204a47e19d1d6b0af7eb566d92dbb7c72
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu May 22 13:01:35 2014 -0500

    Ensure that @Plugins defaults to an empty list -- absent a Set(), it defaults to (undef)

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 97e6c45..78b821b 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -121,6 +121,10 @@ to the enabled C<@Plugins> list:
     Plugin( "RT::Extension::SLA" );
     Plugin( "RT::Authen::ExternalAuth" );
 
+=cut
+
+Set(@Plugins, ());
+
 =item C<@StaticRoots>
 
 Set C<@StaticRoots> to serve extra paths with a static handler.  The

-----------------------------------------------------------------------


More information about the rt-commit mailing list