Item1661: RenderListPlugin: wrong default module path
Priority: Normal
Current State: New
Released In:
Target Release: n/a
RenderListPlugin sets the obsolete TWiki module path:
$Foswiki::cfg{Plugins}{RenderListPlugin}{Module} = 'TWiki::Plugins::RenderListPlugin';
It should now be:
$Foswiki::cfg{Plugins}{RenderListPlugin}{Module} = 'Foswiki::Plugins::RenderListPlugin';
I needed to change this by hand to make the plugin work.
I'm using the most recent
DebianPackage.
AFAIK this has never been wrong in Foswiki. Must be something in the debian package.
--
CrawfordCurrie - 29 Jun 2010