r42750 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42749‎ | r42750 | r42751 >
Date:21:49, 28 October 2008
Author:aaron
Status:old
Tags:
Comment:
Set $x = 2
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/ProblemPages_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/ProblemPages_body.php
@@ -117,7 +117,7 @@
118118 $conds['rfp_tag'] = $this->tag;
119119 $conds['page_namespace'] = $this->namespace;
120120 // Has to be bad enough
121 - $x = 2.5;
 121+ $x = 2;
122122 if( $this->tag == 'overall' ) {
123123 global $wgFlaggedRevsFeedbackTags;
124124 $s = $x*array_sum($wgFlaggedRevsFeedbackTags);

Status & tagging log