diff options
author | ivan <ivan> | 2011-04-09 01:28:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-09 01:28:10 +0000 |
commit | 20aab78c6a3d1c9e5a513e4df49c9bfd6ec57295 (patch) | |
tree | 81ff0c814e0bd9b309679d34ebd5be38f9ed12ed /rt | |
parent | 855c22123c78fb7e582058ab736651f293eee57f (diff) |
per .in to prevent conflicts on upgrade
Diffstat (limited to 'rt')
-rw-r--r-- | rt/etc/RT_Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/etc/RT_Config.pm b/rt/etc/RT_Config.pm index 1a7ac4a3d..b4a2ed428 100644 --- a/rt/etc/RT_Config.pm +++ b/rt/etc/RT_Config.pm @@ -1810,7 +1810,7 @@ C<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));> =cut -Set(@Plugins, qw(RTx::Calendar )); #RTx::Checklist )); +Set(@Plugins, (qw(RTx::Calendar))); #RTx::Checklist )); =back |