]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tags/package/class_PackageTags.php
Removed obsolete parameter 'applicationInstance' from all template engines
[hub.git] / application / hub / main / tags / package / class_PackageTags.php
index be54b5765b90e94bcd30d805c2444ef3163fd5d4..c809c417697d18dedbb2e013ae1c1a00c70cd0b4 100644 (file)
@@ -74,7 +74,7 @@ class PackageTags extends BaseTags implements Tagable {
                $applicationInstance = Registry::getRegistry()->getInstance('app');
 
                // Get a XML template instance
-               $templateInstance = ObjectFactory::createObjectByConfiguredName('node_object_registry_template_class', array($applicationInstance));
+               $templateInstance = ObjectFactory::createObjectByConfiguredName('node_object_registry_template_class');
 
                // Disable language support
                $templateInstance->enableLanguageSupport(false);