The file "lib/WikiUser/File.php" contains an error in the
path when the file "File_Passwd.php" is included. Below
you can see the buggy line of code (commented out)
and a corrected version.
//include_once(dirname
(FILE)."/pear/File_Passwd.php"); // same style as
in main.php
include_once(dirname
(FILE)."/../pear/File_Passwd.php"); // changed by
jojje@sandholm.com 2005-09-10
phpwiki version: 1.3.11
/jojje@sandholm.com