mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
all comments are kept when after a second is flagged
This commit is contained in:
@@ -1099,6 +1099,10 @@ class AccompanyingPeriod implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($comment instanceof Comment) {
|
if ($comment instanceof Comment) {
|
||||||
|
|
||||||
|
if (null !== $this->pinnedComment) {
|
||||||
|
$this->addComment($this->pinnedComment);
|
||||||
|
}
|
||||||
$this->addComment($comment);
|
$this->addComment($comment);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user