Reedy has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/338133 )
Change subject: Fix class name to match file
......................................................................
Fix class name to match file
Change-Id: I998ec3fa9268cff8fdb27de916903a573b6e46f1
---
M maintenance/CountFancyCaptchas.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmEdit
refs/changes/33/338133/1
diff --git a/maintenance/CountFancyCaptchas.php
b/maintenance/CountFancyCaptchas.php
index 4774ea2..e194728 100644
--- a/maintenance/CountFancyCaptchas.php
+++ b/maintenance/CountFancyCaptchas.php
@@ -1,6 +1,6 @@
<?php
/**
- * Counts the number of captchas remaining.
+ * Counts the number of fancy captchas remaining.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
*
* @ingroup Maintenance
*/
-class CountCaptchas extends Maintenance {
+class CountFancyCaptchas extends Maintenance {
public function __construct() {
parent::__construct();
$this->mDescription = "Counts the number of captchas in
storage";
@@ -51,5 +51,5 @@
}
}
-$maintClass = "CountCaptchas";
+$maintClass = "CountFancyCaptchas";
require_once ( RUN_MAINTENANCE_IF_MAIN );
--
To view, visit https://gerrit.wikimedia.org/r/338133
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I998ec3fa9268cff8fdb27de916903a573b6e46f1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits