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

Change subject: Fix documentation error in populateChangesSubscription.php
......................................................................


Fix documentation error in populateChangesSubscription.php

Change-Id: I4c0683a0d96ae1303d081fa10d3c0f107ef5a9a3
---
M repo/maintenance/populateChangesSubscription.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/repo/maintenance/populateChangesSubscription.php 
b/repo/maintenance/populateChangesSubscription.php
index 2060f36..6662034 100644
--- a/repo/maintenance/populateChangesSubscription.php
+++ b/repo/maintenance/populateChangesSubscription.php
@@ -15,7 +15,7 @@
 require_once $basePath . '/maintenance/Maintenance.php';
 
 /**
- * Maintenance script for populating wb_changes_subscription based on the 
page_props table.
+ * Maintenance script for populating wb_changes_subscription based on the 
wb_items_per_site table.
  *
  * @licence GNU GPL v2+
  * @author Daniel Kinzler
@@ -23,7 +23,7 @@
 class PopulateChangesSubscription extends LoggedUpdateMaintenance {
 
        public function __construct() {
-               $this->mDescription = 'Populate the wb_changes_subscription 
table based on entries in page_props.';
+               $this->mDescription = 'Populate the wb_changes_subscription 
table based on entries in wb_items_per_site.';
 
                $this->addOption( 'start-item', "The page ID to start from.", 
false, true );
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c0683a0d96ae1303d081fa10d3c0f107ef5a9a3
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to