Fixed invalid return variable
This commit is contained in:
parent
640abcbf3b
commit
20bdaa4663
@ -789,7 +789,7 @@ function blowfish_decrypt($encdata,$secret=null) {
|
||||
if (file_exists(LIBDIR.'blowfish.php'))
|
||||
require_once LIBDIR.'blowfish.php';
|
||||
else
|
||||
return $data;
|
||||
return $encdata;
|
||||
|
||||
$pma_cipher = new Horde_Cipher_blowfish;
|
||||
$decrypt = '';
|
||||
|
Loading…
Reference in New Issue
Block a user