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