]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/hub/connection/class_HubSelfConnectHelper.php
Removed obsolete parameter 'applicationInstance' from all template engines
[hub.git] / application / hub / main / helper / hub / connection / class_HubSelfConnectHelper.php
index 9f11626adc9615f42e77ece1d7261cc4b43a974e..552e031a0658992b9261e077679cf7f8345bb257 100644 (file)
@@ -71,7 +71,7 @@ class HubSelfConnectHelper extends BaseHubHelper implements HelpableHub {
                $applicationInstance = Registry::getRegistry()->getInstance('app');
 
                // Get a XML template instance
-               $templateInstance = ObjectFactory::createObjectByConfiguredName('self_connect_template_class', array($applicationInstance));
+               $templateInstance = ObjectFactory::createObjectByConfiguredName('node_self_connect_template_class');
 
                // Disable language support
                $templateInstance->enableLanguageSupport(false);