[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-541-g6b7c71b

Kevin Falcone falcone at bestpractical.com
Tue Aug 24 18:29:31 EDT 2010


The branch, 3.9-trunk has been updated
       via  6b7c71b0074bee033ff2fb87e1f9e2798f6f0175 (commit)
      from  9f8a01f53902a0dc9f0b09be9d134d3d06faec6a (commit)

Summary of changes:
 etc/RT_SiteConfig.pm |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 6b7c71b0074bee033ff2fb87e1f9e2798f6f0175
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Aug 24 18:29:01 2010 -0400

    Make the example actually be a valid plugin
    
    It isn't something we ship, but sometimes people uncomment it
    and hurt themselves.

diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index 1661e4d..dfd2767 100755
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -15,5 +15,10 @@
 #   perl -c /path/to/your/etc/RT_SiteConfig.pm
 
 Set( $rtname, 'example.com');
-#Set(@Plugins,(qw(Extension::QuickDelete RT::FM)));
+
+# You must install Plugins on your own, this is only an example
+# of the correct syntax to use when activating them.
+# There should only be one @Plugins declaration in your config file.
+#Set(@Plugins,(qw(RT::Extension::QuickDelete RT::FM)));
+
 1;

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


More information about the Rt-commit mailing list