From: Todd M. <nil...@ne...> - 2003-02-26 08:26:22
|
With current cvs, if you have a plugin as part of a list, TightSubBlock errors out with: "PHP Fatal error: Call to undefined function: gettag() in lib/BlockParser.php on line 421" The problem is that $elem in that line of code is an instance of Cached_PluginInvocation, which does not inherit from XmlElement. I'm not sure if plugins shouldn't be allowed in lists and this error caught, or other changes are needed to allow this. --start example-- test: <?plugin HelloWorld ?> or * <?plugin HelloWorld ?> --end example-- -- Todd Mokros <nil...@ne...> |