X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fstreams%2Fcrypto%2Fclass_NullCryptoStream.php;fp=inc%2Fclasses%2Fmain%2Fstreams%2Fcrypto%2Fclass_NullCryptoStream.php;h=bcaab6f007e631b040bbd6118605349b083c8995;hp=b7c1cf2ed45f8b646862204c5cffc0809cd0fd61;hb=57fd3f16226ca5a22b8d8dc07ae858415c0e8e9b;hpb=647d34b9da7d7492a5e89fc33544fbb769fa0b57 diff --git a/inc/classes/main/streams/crypto/class_NullCryptoStream.php b/inc/classes/main/streams/crypto/class_NullCryptoStream.php index b7c1cf2e..bcaab6f0 100644 --- a/inc/classes/main/streams/crypto/class_NullCryptoStream.php +++ b/inc/classes/main/streams/crypto/class_NullCryptoStream.php @@ -66,7 +66,7 @@ class NullCryptoStream extends BaseStream implements EncryptableStream { * @param $encrypted Encrypted string * @return $str The unencrypted string */ - function decryptStream ($encrypted) { + public function decryptStream ($encrypted) { // Just handle it over $str = (string) $encrypted;