From: Roland Häder Date: Sat, 26 May 2012 23:07:52 +0000 (+0000) Subject: Opps ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8b968b563b91b04dc33b74b6ce0a9978a0670aee;p=hub.git Opps ... --- diff --git a/application/hub/main/handler/message-types/anouncement/class_NodeMessageAnnouncementHandler.php b/application/hub/main/handler/message-types/anouncement/class_NodeMessageAnnouncementHandler.php index a7fd43633..efa2c8b39 100644 --- a/application/hub/main/handler/message-types/anouncement/class_NodeMessageAnnouncementHandler.php +++ b/application/hub/main/handler/message-types/anouncement/class_NodeMessageAnnouncementHandler.php @@ -146,7 +146,7 @@ class NodeMessageAnnouncementHandler extends BaseMessageHandler implements Handl /* NOISY-DEBUG: */ $this->debugOutput('ANNOUNCEMENT-HANDLER: Copying from sourceKey=' . $sourceKey . ' to targetKey=' . $targetKey . '...'); // Copy from source to targetKey - $this->setConfigEntry($targetKey, $this->getConfigInstance()->getConfigEntry($sourceKey)); + $this->getConfigInstance()->setConfigEntry($targetKey, $this->getConfigInstance()->getConfigEntry($sourceKey)); } // END - foreach // Translate last exception into a status code