From: Roland Haeder Date: Sun, 24 May 2015 18:18:47 +0000 (+0200) Subject: Opps, missed this. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91abdfd4a1cadf2cffec9c4c23739caa1e9246f4;p=hub.git Opps, missed this. Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/package/class_NetworkPackage.php b/application/hub/main/package/class_NetworkPackage.php index 7eb2c4d94..2dd319785 100644 --- a/application/hub/main/package/class_NetworkPackage.php +++ b/application/hub/main/package/class_NetworkPackage.php @@ -1362,7 +1362,7 @@ class NetworkPackage extends BaseHubSystem implements Deliverable, Receivable, R * Post-processing of message data (this won't remote the message from * the stack). */ - $chainInstance->postProcessMessage(); + $chainInstance->postProcessMessage($this); } /**