Daniel Kinzler has uploaded a new change for review.

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

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

Fix documentation errir in populateChangesSubscription.php

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


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

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: newchange
Gerrit-Change-Id: I4c0683a0d96ae1303d081fa10d3c0f107ef5a9a3
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