Commit 29d8277d authored by Manfred Kutas's avatar Manfred Kutas

ZP-843 fixed variable typo in mapiReadStream().

Released under the Affero GNU General Public License (AGPL) version 3.
parent 7e80038d
......@@ -2435,7 +2435,7 @@ class MAPIProvider {
if (!$stream || $size == 0) {
return "";
}
return mapi_stream_read($stream, $streamsize);
return mapi_stream_read($stream, $size);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment