Commit 19b8bd48 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #208 in ZP/z-push from bugfix/ZP-843-mapi-stream-warnings to develop

* commit '29d8277d':
  ZP-843 fixed variable typo in mapiReadStream().
parents c93f16dd 29d8277d
...@@ -2435,7 +2435,7 @@ class MAPIProvider { ...@@ -2435,7 +2435,7 @@ class MAPIProvider {
if (!$stream || $size == 0) { if (!$stream || $size == 0) {
return ""; 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