summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/includes/ApiCSPostComment.php')
-rw-r--r--CommentStreams/includes/ApiCSPostComment.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommentStreams/includes/ApiCSPostComment.php b/CommentStreams/includes/ApiCSPostComment.php
index 83b35f91..925151f9 100644
--- a/CommentStreams/includes/ApiCSPostComment.php
+++ b/CommentStreams/includes/ApiCSPostComment.php
@@ -215,6 +215,7 @@ class ApiCSPostComment extends ApiBase {
$logEntry->setPerformer( $this->getUser() );
$logEntry->setTarget( $title );
$logid = $logEntry->insert();
+ $logEntry->publish($logid);
}
/**