Index: trunk/extensions/FlaggedRevs/specialpages/ProblemPages_body.php |
— | — | @@ -117,7 +117,7 @@ |
118 | 118 | $conds['rfp_tag'] = $this->tag; |
119 | 119 | $conds['page_namespace'] = $this->namespace; |
120 | 120 | // Has to be bad enough |
121 | | - $x = 2.5; |
| 121 | + $x = 2; |
122 | 122 | if( $this->tag == 'overall' ) { |
123 | 123 | global $wgFlaggedRevsFeedbackTags; |
124 | 124 | $s = $x*array_sum($wgFlaggedRevsFeedbackTags); |