]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tags/package/class_PackageTags.php
Also missed this to rename to loadXmlTemplate() :(
[hub.git] / application / hub / main / tags / package / class_PackageTags.php
index 27b2a0588c43f1a085cdf1d8b035f36f6b01a8ed..0ffd0a59e2fd9433dcfa84978dbbdb7dce105825 100644 (file)
@@ -81,7 +81,7 @@ class PackageTags extends BaseTags implements Tagable {
                $this->setTemplateInstance($templateInstance);
 
                // Read the XML file
-               $this->getTemplateInstance()->loadObjectRegistryTemplate('object_registry');
+               $this->getTemplateInstance()->loadXmlTemplate('object_registry');
 
                // Render the XML content
                $this->getTemplateInstance()->renderXmlContent();