Matthias Mullie has uploaded a new change for review.

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

Change subject: Change ConvertLqt -> ConvertLqtPage
......................................................................

Change ConvertLqt -> ConvertLqtPage

We already have another ConvertLqt.
Although these are not autoloaded, still better to not
have the same classname (in the same namespace)

Change-Id: I2a30392275b8aec01de4f96277e864324b38360d
---
M maintenance/convertLqtPage.php
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/maintenance/convertLqtPage.php b/maintenance/convertLqtPage.php
index 2dd7dea..cf57ebc 100644
--- a/maintenance/convertLqtPage.php
+++ b/maintenance/convertLqtPage.php
@@ -12,7 +12,7 @@
        ? getenv( 'MW_INSTALL_PATH' ) . '/maintenance/Maintenance.php'
        : dirname( __FILE__ ) . '/../../../maintenance/Maintenance.php' );
 
-class ConvertLqt extends Maintenance {
+class ConvertLqtPage extends Maintenance {
        public function __construct() {
                parent::__construct();
                $this->mDescription = "Converts LiquidThreads data to Flow 
data";
@@ -100,5 +100,5 @@
        }
 }
 
-$maintClass = "ConvertLqt";
+$maintClass = "ConvertLqtPage";
 require_once ( RUN_MAINTENANCE_IF_MAIN );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a30392275b8aec01de4f96277e864324b38360d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

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

Reply via email to