Aude has uploaded a new change for review.

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

Change subject: Fix fatal error in updateSearchIndex.php script
......................................................................

Fix fatal error in updateSearchIndex.php script

setDescription does not exist as a method, but
there is addDescription.

Change-Id: Ifeb89d7b59a21c3028350837924963134081cd36
---
M maintenance/updateSearchIndex.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/07/269407/1

diff --git a/maintenance/updateSearchIndex.php 
b/maintenance/updateSearchIndex.php
index b2f2577..756de27 100644
--- a/maintenance/updateSearchIndex.php
+++ b/maintenance/updateSearchIndex.php
@@ -39,7 +39,7 @@
 
        public function __construct() {
                parent::__construct();
-               $this->setDescription( 'Script for periodic off-peak updating 
of the search index' );
+               $this->addDescription( 'Script for periodic off-peak updating 
of the search index' );
                $this->addOption( 's', 'starting timestamp', false, true );
                $this->addOption( 'e', 'Ending timestamp', false, true );
                $this->addOption(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifeb89d7b59a21c3028350837924963134081cd36
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>

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

Reply via email to