Index: trunk/phase3/includes/HTMLCacheUpdate.php |
— | — | @@ -216,7 +216,7 @@ |
217 | 217 | * Construct a job |
218 | 218 | * @param $title Title: the title linked to |
219 | 219 | * @param $params Array: job parameters (table, start and end page_ids) |
220 | | - * @param $job_id Integer |
| 220 | + * @param $id Integer: job id |
221 | 221 | */ |
222 | 222 | function __construct( $title, $params, $id = 0 ) { |
223 | 223 | parent::__construct( 'htmlCacheUpdate', $title, $params, $id ); |