Platonides has uploaded a new change for review.
https://gerrit.wikimedia.org/r/97308
Change subject: Use the class name with capital letter
......................................................................
Use the class name with capital letter
Change-Id: I97577cb085a47d58fd3de96ab77da68ebe482d6a
---
M maintenance/language/StatOutputs.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/08/97308/1
diff --git a/maintenance/language/StatOutputs.php
b/maintenance/language/StatOutputs.php
index 4e845f1..f9390f6 100644
--- a/maintenance/language/StatOutputs.php
+++ b/maintenance/language/StatOutputs.php
@@ -50,7 +50,7 @@
}
/** Outputs WikiText */
-class WikiStatsOutput extends statsOutput {
+class WikiStatsOutput extends StatsOutput {
function heading() {
global $wgDummyLanguageCodes;
$version = SpecialVersion::getVersion( 'nodb' );
@@ -123,7 +123,7 @@
}
/** Output text. To be used on a terminal for example. */
-class TextStatsOutput extends statsOutput {
+class TextStatsOutput extends StatsOutput {
function element( $in, $heading = false ) {
echo $in . "\t";
}
@@ -134,7 +134,7 @@
}
/** csv output. Some people love excel */
-class CsvStatsOutput extends statsOutput {
+class CsvStatsOutput extends StatsOutput {
function element( $in, $heading = false ) {
echo $in . ";";
}
--
To view, visit https://gerrit.wikimedia.org/r/97308
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I97577cb085a47d58fd3de96ab77da68ebe482d6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Platonides <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits