@@ -115,7 +115,7 @@ class OriginBank
public function decrypt($sStr, $sKey) {
$sStr=hex2bin($sStr);
- $decrypted= mcrypt_decrypt(
+ $decrypted= @mcrypt_decrypt(
MCRYPT_RIJNDAEL_128,
$sKey,
$sStr,