Home » Authentication » LiveUser » Bug #2937
Functioncall fileExits instead of fileExists
Details
| Submitted | 2004-12-09 18:23 UTC |
|---|---|
| From | markus-wagner at gmx dot at |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | Any |
| 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.