jenkins-bot has submitted this change and it was merged.

Change subject: Fix typo in branch I can't trigger.
......................................................................


Fix typo in branch I can't trigger.

I don't believe I can trigger a title only update but I've made an
effort for it not to crash.

Change-Id: Ie27e4ec0cf7e0731c51a34fc595e56c7a204c2a9
---
M CirrusSearch.body.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Demon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/CirrusSearch.body.php b/CirrusSearch.body.php
index fa42d21..70a62d6 100644
--- a/CirrusSearch.body.php
+++ b/CirrusSearch.body.php
@@ -294,7 +294,7 @@
                        // just rebuilding the text.  It doesn't look like 
these title updates are used frequently
                        // so we'll just go with the simple implementation here.
                        if ( $text === null ) {
-                               $text = $this0->getTextFromContent( 
$revision->getTitle(), $content );
+                               $text = $this->getTextFromContent( 
$revision->getTitle(), $content );
                        }
                        CirrusSearchUpdater::updateRevisions( array( array(
                                'rev' => $revision,

-- 
To view, visit https://gerrit.wikimedia.org/r/74669
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie27e4ec0cf7e0731c51a34fc595e56c7a204c2a9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to