Home » Authentication » LiveUser » Bug #2493
LiveUser::CryptRC4Factory() returns false upon loading the class
Details
| Submitted | 2004-10-11 07:46 UTC |
|---|---|
| From | scragz at hotmail dot com |
| Assigned | dufuz |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-10-11 07:46 UTC] scragz at hotmail dot com
Description:
------------
Typo. Fix is below.
Sorry about this deluge of new bugs :)
Reproduce code:
---------------
- if (LiveUser::loadClass('Crypt_RC4')) {
+ if (!LiveUser::loadClass('Crypt_RC4')) {