Index: trunk/phase3/includes/api/ApiQueryUserContributions.php |
— | — | @@ -410,6 +410,7 @@ |
411 | 411 | } |
412 | 412 | |
413 | 413 | public function getParamDescription() { |
| 414 | + global $wgRCMaxAge; |
414 | 415 | $p = $this->getModulePrefix(); |
415 | 416 | return array( |
416 | 417 | 'limit' => 'The maximum number of contributions to return', |