90 if (!$this->commentCopier)
99 $queryObject = \CForumMessage::getList([], [
"TOPIC_ID" => $topicId]);
100 while ($forumMessage = $queryObject->Fetch())
102 $container =
new Container($forumMessage[
"ID"]);
103 $container->setParentId($copiedTopicId);
104 $container->setDictionary($topicDictionary);
105 $containerCollection[] = $container;
110 if (!$containerCollection->isEmpty())
112 $results[] = $this->commentCopier->copy($containerCollection);