Home » Authentication » LiveUser » Bug #2634
LiveUser_admin::raiseError() is broken
Details
| Submitted | 2004-10-27 18:30 UTC |
|---|---|
| From | michael dot caplan at lechateau dot ca |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-10-27 18:30 UTC] michael dot caplan at lechateau dot ca
Description:
------------
LiveUser_admin::raiseError() tries to call a non existant static method from Liveuser (errorMessage())
[2004-11-06 10:15 UTC] pear at hackius dot de
I think this is a fix:
in LiveUser/admin.php
change line 564 to
$msg = LiveUser::statusMessage($code);
Function errorMessage() doesn't exist however statusMessage() does.
[2004-12-08 18:09 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.