From: Emmanuel Lacour Date: Mon, 4 Apr 2016 11:49:35 +0000 (+0200) Subject: Update configuration syntax to RT >= 4 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-Drafts.git;a=commitdiff_plain;h=82dd9f39fef8ee918a08eb9b2faade0d38ffb2c4 Update configuration syntax to RT >= 4 --- 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