Update of /cvsroot/phpwiki/phpwiki/lib/WikiUser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8431
Modified Files:
File.php
Log Message:
fix #1191096 by Karel
Index: File.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiUser/File.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -2 -b -p -d -r1.5 -r1.6
--- File.php 14 Feb 2005 12:28:27 -0000 1.5
+++ File.php 4 May 2005 05:37:34 -0000 1.6
@@ -30,5 +30,6 @@ extends _PassUser
if (empty($file) and defined('AUTH_USER_FILE'))
$file = AUTH_USER_FILE;
- include_once(dirname(__FILE__)."/pear/File_Passwd.php"); // same style
as in main.php
+ // same style as in main.php
+ include_once(dirname(__FILE__)."/../pear/File_Passwd.php");
// "__PHP_Incomplete_Class"
if (!empty($file) or empty($this->_file) or
!isa($this->_file,"File_Passwd"))
@@ -92,4 +93,7 @@ extends _PassUser
// $Log$
+// Revision 1.6 2005/05/04 05:37:34 rurban
+// fix #1191096 by Karel
+//
// Revision 1.5 2005/02/14 12:28:27 rurban
// fix policy strict. Thanks to Mikhail Vladimirov
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
|
|