]> git.mxchange.org Git - hub.git/commitdiff
Removed obsolete parameter
authorRoland Häder <roland@mxchange.org>
Sun, 6 May 2012 00:09:31 +0000 (00:09 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 6 May 2012 00:09:31 +0000 (00:09 +0000)
application/hub/main/nodes/class_BaseHubNode.php

index bbec7957e99ca9cbf3283d06582b3c4bd5556943..711fa17231c5a15131717af5622e51e381f7ec8b 100644 (file)
@@ -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();