Daniel Kinzler has uploaded a new change for review.

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

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

Fix MORE documentation error in populateChangesSubscription.php

Change-Id: I43db54d93533f616e5955de0b6689db90a950fc4
---
M repo/includes/store/sql/ChangesSubscriptionTableBuilder.php
M repo/maintenance/populateChangesSubscription.php
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/16/193816/1

diff --git a/repo/includes/store/sql/ChangesSubscriptionTableBuilder.php 
b/repo/includes/store/sql/ChangesSubscriptionTableBuilder.php
index 9055354..6a303ab 100644
--- a/repo/includes/store/sql/ChangesSubscriptionTableBuilder.php
+++ b/repo/includes/store/sql/ChangesSubscriptionTableBuilder.php
@@ -95,7 +95,7 @@
        }
 
        /**
-        * Fill the subscription table with rows based on entries in page_props.
+        * Fill the subscription table with rows based on entries in 
wb_items_per_site.
         *
         * @param ItemId $startItem The item to start with.
         */
diff --git a/repo/maintenance/populateChangesSubscription.php 
b/repo/maintenance/populateChangesSubscription.php
index 2060f36..2066fe8 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,9 +23,9 @@
 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 );
+               $this->addOption( 'start-item', "The item ID to start from.", 
false, true );
 
                parent::__construct();
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I43db54d93533f616e5955de0b6689db90a950fc4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <[email protected]>

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

Reply via email to