]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php
Package class renamed, continued (sorry for lame description)
[hub.git] / application / hub / main / helper / hub / announcement / class_HubDescriptorHelper.php
index 7388345d9e83b8a164ac50170e79b47e4cfe552a..bedded4e7b97b5f69dd39a7f6d054efe33736122 100644 (file)
@@ -102,8 +102,8 @@ class HubDescriptorHelper extends BaseHubHelper {
                // Compile the template, this inserts the loaded node data into the gaps.
                $this->getTemplateInstance()->compileTemplate();
 
-               // Get a singleton package instance
-               $packageInstance = PackageFactory::createPackageInstance();
+               // Get a singleton network package instance
+               $packageInstance = NetworkPackageFactory::createNetworkPackageInstance();
 
                // Next, feed the content in. The network package class is a pipe-through class.
                $packageInstance->enqueueRawDataFromTemplate($this);