From 82dd9f39fef8ee918a08eb9b2faade0d38ffb2c4 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 4 Apr 2016 13:49:35 +0200 Subject: [PATCH] Update configuration syntax to RT >= 4 --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index fa339bd..8211af2 100644 --- a/README +++ b/README @@ -12,10 +12,10 @@ To install this module, run the following commands: make test make install -Then, to make it active, add it to @Plugins in RT site configuration file -(RT_SiteConfig.pm), example: +Then, to make it active, add it to RT site configuration file +(RT_SiteConfig.pm), example for RT >= 4: - Set(@Plugins, qw(RT::Extension::Drafts) ); + Plugin("RT::Extension::Drafts"); SUPPORT AND DOCUMENTATION -- 2.11.0