]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/answer-status/announcement/class_AnnouncementAnswerOkayHandler.php
Forgot to put this back in
[hub.git] / application / hub / main / handler / answer-status / announcement / class_AnnouncementAnswerOkayHandler.php
index 11cc7843c62526e71878702978d3baff44311efc..8cac11dff43c7e36b836cb420013fa6484315808 100644 (file)
@@ -119,7 +119,7 @@ class AnnouncementAnswerOkayHandler extends BaseAnserStatusHandler implements Ha
                $objectList = $nodeInstance->getListFromAcceptedObjectTypes();
 
                // Add missing (temporary) configuration 'accepted_object_types'
-               //$this->getConfigInstance()->setConfigEntry(implode(BaseHubNode::OBJECT_LIST_SEPARATOR, $objectList));
+               $this->getConfigInstance()->setConfigEntry(implode(BaseHubNode::OBJECT_LIST_SEPARATOR, $objectList));
        }
 
        /**