[rt-users] Multiple extensions don't work
Nick Kartsioukas
change+lists.rt at nightwind.net
Thu Mar 3 17:25:10 EST 2011
On Thu, 03 Mar 2011 14:03 -0800, "Yan Seiner" <yan at seiner.com> wrote:
> I can add the appropriate Set(@Plugins,"foo"); into the RT_SiteConfig.pm
> file, and each one works separately just fine.
>
> However, if I try to include both in the RT_SiteConfig.pm file, only the
> last one will work.
They all need to be included in the same line.
Set(@Plugins, qw(foo bar fleem));
More information about the rt-users
mailing list