Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31630
Modified Files:
FileFinder.php
Log Message:
fixed line27 error
Index: FileFinder.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/FileFinder.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -2 -b -p -d -r1.17 -r1.18
--- FileFinder.php 26 Apr 2004 12:22:56 -0000 1.17
+++ FileFinder.php 26 Apr 2004 20:01:21 -0000 1.18
@@ -25,5 +25,5 @@ class FileFinder
function FileFinder ($path = false) {
$this->_pathsep = $this->_get_syspath_separator();
- if (!$this->_path and $path === false)
+ if (!isset($this->_path) and $path === false)
$path = $this->_get_include_path();
$this->_path = $path;
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
|
|