]> git.mxchange.org Git - hub.git/commitdiff
Also this ...
authorRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2012 20:21:06 +0000 (20:21 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2012 20:21:06 +0000 (20:21 +0000)
application/hub/main/package/class_NetworkPackage.php

index 3549f0d735870fa7e984a77fea6017221f96cdcf..e099f688c1ee781451f510fa61d94a727a0729c5 100644 (file)
@@ -501,7 +501,7 @@ class NetworkPackage extends BaseHubSystem implements Deliverable, Receivable, R
 
                // Now prepare the temporary array and push it on the 'undeclared' stack
                $this->getStackerInstance()->pushNamed(self::STACKER_NAME_UNDECLARED, array(
-                       self::PACKAGE_DATA_SENDER    => $nodeInstance->getSessionId(),
+                       self::PACKAGE_DATA_SENDER    => $this->getSessionId(),
                        self::PACKAGE_DATA_RECIPIENT => $helperInstance->getRecipientType(),
                        self::PACKAGE_DATA_CONTENT   => $content,
                        self::PACKAGE_DATA_STATUS    => self::PACKAGE_STATUS_NEW,