Last modified: 2007-10-03 02:37:03 UTC
Created attachment 4179 [details] One line fixup. There is a small error the new sffLinkText you included. The last line is "return $l->makeLinkObj($title, $label);" but $label is undefined. I think it should be "return $l->makeLinkObj($title, $text);" Patch attached.
Code changed in version 0.6.5; thanks for the fix.