diff --git a/extensions/tags/src/Post/DiscussionTaggedPost.php b/extensions/tags/src/Post/DiscussionTaggedPost.php index 6ef72c3b1..583b716e9 100755 --- a/extensions/tags/src/Post/DiscussionTaggedPost.php +++ b/extensions/tags/src/Post/DiscussionTaggedPost.php @@ -25,7 +25,7 @@ class DiscussionTaggedPost extends AbstractEventPost implements MergeableInterfa /** * {@inheritdoc} */ - public function saveAfter(Post $previous) + public function saveAfter(Post $previous = null) { // If the previous post is another 'discussion tagged' post, and it's // by the same user, then we can merge this post into it. If we find