John Erling Blad has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/351219 )

Change subject: Completed the log sequence for stub thresholds
......................................................................

Completed the log sequence for stub thresholds

The sequence does not contain the value "200".

Bug: T164235
Change-Id: If129cbf76845a6758c39122aa086b8d68dc594dc
---
M includes/Preferences.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/19/351219/1

diff --git a/includes/Preferences.php b/includes/Preferences.php
index b428e87..02b1e41 100644
--- a/includes/Preferences.php
+++ b/includes/Preferences.php
@@ -778,7 +778,7 @@
                        ];
                }
 
-               $stubThresholdValues = [ 50, 100, 500, 1000, 2000, 5000, 10000 
];
+               $stubThresholdValues = [ 50, 100, 200, 500, 1000, 2000, 5000, 
10000 ];
                $stubThresholdOptions = [ $context->msg( 
'stub-threshold-disabled' )->text() => 0 ];
                foreach ( $stubThresholdValues as $value ) {
                        $stubThresholdOptions[$context->msg( 'size-bytes', 
$value )->text()] = $value;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If129cbf76845a6758c39122aa086b8d68dc594dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: John Erling Blad <[email protected]>

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

Reply via email to