mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 17:51:09 +00:00
Merge "ApiDiscussionToolsEdit: Use existing $this->commentParser reference"
This commit is contained in:
commit
8a00babfe2
|
@ -223,8 +223,7 @@ class ApiDiscussionToolsEdit extends ApiBase {
|
|||
|
||||
$container = DOMCompat::getBody( $doc );
|
||||
|
||||
$threadItemSet = MediaWikiServices::getInstance()->getService( 'DiscussionTools.CommentParser' )
|
||||
->parse( $container, $title->getTitleValue() );
|
||||
$threadItemSet = $this->commentParser->parse( $container, $title->getTitleValue() );
|
||||
|
||||
if ( $commentId ) {
|
||||
$comment = $threadItemSet->findCommentById( $commentId );
|
||||
|
|
Loading…
Reference in a new issue