Manybubbles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74669


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/69/74669/1

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: newchange
Gerrit-Change-Id: Ie27e4ec0cf7e0731c51a34fc595e56c7a204c2a9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>

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

Reply via email to