From: Roland Häder Date: Sun, 6 May 2012 00:09:31 +0000 (+0000) Subject: Removed obsolete parameter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=951cfda5c3df5c40df1a2a271031c12bbbed4d87;p=hub.git Removed obsolete parameter --- diff --git a/application/hub/main/nodes/class_BaseHubNode.php b/application/hub/main/nodes/class_BaseHubNode.php index bbec7957e..711fa1723 100644 --- a/application/hub/main/nodes/class_BaseHubNode.php +++ b/application/hub/main/nodes/class_BaseHubNode.php @@ -397,7 +397,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable { $this->debugOutput('HUB-Announcement: START (taskInstance=' . $taskInstance->__toString(). ')'); // Get a helper instance - $helperInstance = ObjectFactory::createObjectByConfiguredName('hub_announcement_helper_class', array($this)); + $helperInstance = ObjectFactory::createObjectByConfiguredName('hub_announcement_helper_class'); // Load the announcement descriptor $helperInstance->loadDescriptorXml();