r61127 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61126‎ | r61127 | r61128 >
Date:15:02, 16 January 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix for r60809: wrong argument name
Modified paths:
  • /trunk/phase3/includes/HTMLCacheUpdate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HTMLCacheUpdate.php
@@ -216,7 +216,7 @@
217217 * Construct a job
218218 * @param $title Title: the title linked to
219219 * @param $params Array: job parameters (table, start and end page_ids)
220 - * @param $job_id Integer
 220+ * @param $id Integer: job id
221221 */
222222 function __construct( $title, $params, $id = 0 ) {
223223 parent::__construct( 'htmlCacheUpdate', $title, $params, $id );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60809* Added some basic doc for the DoubleRedirectJob class...ialex21:44, 7 January 2010

Status & tagging log