PEAR is archived and read-only

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

Home » Authentication » LiveUser » Bug #2493

LiveUser::CryptRC4Factory() returns false upon loading the class

Details

Submitted2004-10-11 07:46 UTC
Fromscragz at hotmail dot com
Assigneddufuz
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
OSIrrelevant
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')) {