Blowfish: syntax error

This commit is contained in:
terrafrost 2014-12-07 14:43:30 -06:00
parent 69614034ec
commit 9a55ab1892

View File

@ -370,6 +370,7 @@ class Crypt_Blowfish extends Crypt_Base
* @param String $key
*/
function setKey($key)
{
$keylength = strlen($key);
if (!$keylength) {