PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #2937

Functioncall fileExits instead of fileExists

Details

Submitted2004-12-09 18:23 UTC
Frommarkus-wagner at gmx dot at
Assignedlsmith
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
OSAny
Roadmaps(Not assigned)

Comments

[2004-12-09 18:23 UTC] markus-wagner at gmx dot at

Description:
------------
LiveUser.php (revision 1.17):

I think there is an error in line 690 in LiveUser.php (rev. 1.17)

Line 690 if (!LiveUser::fileExits($conf)) {

should be

Line 690 if (!LiveUser::fileExists($conf)) {

There is an "s" missing in!!!

Actual result:
--------------
Error-Message: Can not find function fileExits in Class.
(Sorry, not the exact word phrase

[2004-12-09 20:11 UTC] markus-wagner at gmx dot at

Of Course, independent of OS.

[2004-12-09 22:51 UTC] smith at backendmedia dot com

This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.

Thank you for the report, and for helping us make PEAR better.