Home » Authentication » LiveUser » Bug #3899
Typo in errormessage
Details
| Submitted | 2005-03-21 13:23 UTC |
|---|---|
| From | pasi at schnappshot dot de |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 5.0.3 |
| OS | Ubuntu Linux 4.? |
| Roadmaps | (Not assigned) |
Comments
[2005-03-21 13:23 UTC] pasi at schnappshot dot de
Description:
------------
Version: CVS from 2005-03-21
File: LiveUser.php
There is a typo in the errormessage 'LIVEUSER_ERROR_CONFIG'. Error is spelled with 2 r's.
Reproduce code:
---------------
line 300:
- LIVEUSER_ERROR_CONFIG => 'There is an errror in the configuration parameters',
+ LIVEUSER_ERROR_CONFIG => 'There is an error in the configuration parameters',
[2005-03-21 13:27 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.