mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
all comments are kept when after a second is flagged
This commit is contained in:
parent
c736c2b5bb
commit
fcf2ae364f
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user