|
Here is a bug I found:
On Linux I had sometimes a "Add a task" table without having a <!--
pragma="product" --> or similar entry on my wiki page. I use
ScrumWiki also as a normal Wiki. I figured out, that the %pragmas
list contain some information which should not be there. The reason
seems to be, that this list is not initialized at the program start.
So please added a
%pragmas = {}; #bug fix, missing init.
line just below the
$ConfigFile = "$DataDir/config"; # Configuration file
line or any other agreeable place and it works.
Jens
|