]> git.mxchange.org Git - hub.git/commitdiff
Opps, missed this.
authorRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 18:18:47 +0000 (20:18 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 18:19:06 +0000 (20:19 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/package/class_NetworkPackage.php

index 7eb2c4d9467a211111526bafce68bc0c4e2a7ac6..2dd319785a9bf3e85030c6f015bcccc810c771b9 100644 (file)
@@ -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);
        }
 
        /**