diff options
author | 2018-12-20 11:19:38 -0500 | |
---|---|---|
committer | 2018-12-20 11:19:38 -0500 | |
commit | 6fa050e9c471eb643ed100df7d1bfccd40ff00a6 (patch) | |
tree | 0c8cd61c2b48f30d7f669c964eb7aa6f823bbf58 /CommentStreams/includes/ApiCSPostComment.php | |
parent | CommentStreams: Update to 4.5 (diff) | |
download | extensions-6fa050e9c471eb643ed100df7d1bfccd40ff00a6.tar.gz extensions-6fa050e9c471eb643ed100df7d1bfccd40ff00a6.tar.bz2 extensions-6fa050e9c471eb643ed100df7d1bfccd40ff00a6.zip |
CommitStreams: Log to RecentChanges
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'CommentStreams/includes/ApiCSPostComment.php')
-rw-r--r-- | CommentStreams/includes/ApiCSPostComment.php | 1 |
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); } /** |