mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix error message
This commit is contained in:
@@ -205,7 +205,7 @@ function dolDecrypt($chain, $key = '')
|
||||
$newchain = openssl_decrypt($tmpexplode[0], $ciphering, $key, 0, null);
|
||||
}
|
||||
} else {
|
||||
dol_syslog("Error dolDecrypt decrypt key is empty", LOG_ERR);
|
||||
dol_syslog("Error dolDecrypt openssl_decrypt is not available", LOG_ERR);
|
||||
return $chain;
|
||||
}
|
||||
return $newchain;
|
||||
|
||||
Reference in New Issue
Block a user