Fix for syntax error found by @bantu #r954245

This commit is contained in:
Rob Loach 2012-06-08 18:48:23 -04:00
parent 73a45af6f9
commit 8d8b5e09dd

View File

@ -102,7 +102,8 @@ if (!class_exists('Crypt_TripleDES')) {
* Include Crypt_RC4 * Include Crypt_RC4
*/ */
if (!class_exists('Crypt_RC4')) { if (!class_exists('Crypt_RC4')) {
require_once('Crypt/RC4.php'); require_once('Crypt/RC4.php');
}
/** /**
* Include Crypt_AES * Include Crypt_AES