Commit 5b863506 authored by Manfred Kutas's avatar Manfred Kutas

ZP-1030 Pass $retmapimessage as value instead of as reference in

ImportMessageChange.

Released under the Affero GNU General Public License (AGPL) version 3.
parent bf16dbc6
......@@ -120,7 +120,7 @@ class PHPWrapper {
* @access public
* @return long
*/
public function ImportMessageChange($props, $flags, &$retmapimessage) {
public function ImportMessageChange($props, $flags, $retmapimessage) {
$sourcekey = $props[PR_SOURCE_KEY];
$parentsourcekey = $props[PR_PARENT_SOURCE_KEY];
$entryid = mapi_msgstore_entryidfromsourcekey($this->store, $parentsourcekey, $sourcekey);
......
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