Index: trunk/phase3/maintenance/language/StatOutputs.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | $blue = '00'; |
72 | 72 | $color = $red . $green . $blue; |
73 | 73 | |
74 | | - $percent = statsOutput::formatPercent( $subset, $total, $revert, $accuracy ); |
| 74 | + $percent = parent::formatPercent( $subset, $total, $revert, $accuracy ); |
75 | 75 | return 'bgcolor="#' . $color . '"|' . $percent; |
76 | 76 | } |
77 | 77 | } |
Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php |
— | — | @@ -209,7 +209,6 @@ |
210 | 210 | ApiBase::PARAM_TYPE => 'string', |
211 | 211 | ApiBase::PARAM_REQUIRED => true |
212 | 212 | ), |
213 | | - |
214 | 213 | 'prop' => array( |
215 | 214 | ApiBase::PARAM_DFLT => 'ids|title', |
216 | 215 | ApiBase::PARAM_ISMULTI => true, |