Index: trunk/phase3/includes/api/ApiQueryLogEvents.php |
— | — | @@ -384,6 +384,7 @@ |
385 | 385 | } |
386 | 386 | |
387 | 387 | public function getParamDescription() { |
| 388 | + $p = $this->getModulePrefix(); |
388 | 389 | return array( |
389 | 390 | 'prop' => array( |
390 | 391 | 'Which properties to get', |
— | — | @@ -399,7 +400,7 @@ |
400 | 401 | ' tags - Lists tags for the event', |
401 | 402 | ), |
402 | 403 | 'type' => 'Filter log entries to only this type(s)', |
403 | | - 'action' => "Filter log actions to only this type. Overrides {$this->getModulePrefix()}type", |
| 404 | + 'action' => "Filter log actions to only this type. Overrides {$p}type", |
404 | 405 | 'start' => 'The timestamp to start enumerating from', |
405 | 406 | 'end' => 'The timestamp to end enumerating', |
406 | 407 | 'dir' => $this->getDirectionDescription( $p ), |