]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/package/class_NetworkPackage.php
Handling outgoing network packages basicly finished (but not the sending part itself)
[hub.git] / application / hub / main / package / class_NetworkPackage.php
index 58828e5a0c90cd5a9f00016da36a1502bf6843c4..4f86f88402cd6188554ed20bde7340ad2943b3be 100644 (file)
@@ -150,7 +150,9 @@ class NetworkPackage extends BaseFrameworkSystem implements Deliverable, Registe
                // Now we know for sure there are packages to deliver, we can start
                // with the first one.
                $packageData = $this->getStackerInstance()->getNamed(self::STACKER_NAME_UNDECLARED);
-               die(print_r($packageData, true));
+
+               // Finally, deliver the package
+               $this->deliverPackage($packageData);
 
                // And remove it finally
                $this->getStackerInstance()->popNamed(self::STACKER_NAME_UNDECLARED);