From b88f94157afc96bb47c1cb78a59cd9286942e195 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 16 Jan 2010 15:02:58 +0000 Subject: [PATCH] Fix for r60809: wrong argument name --- includes/HTMLCacheUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HTMLCacheUpdate.php b/includes/HTMLCacheUpdate.php index 99609fe00c..6f90b2d977 100644 --- a/includes/HTMLCacheUpdate.php +++ b/includes/HTMLCacheUpdate.php @@ -216,7 +216,7 @@ class HTMLCacheUpdateJob extends Job { * Construct a job * @param $title Title: the title linked to * @param $params Array: job parameters (table, start and end page_ids) - * @param $job_id Integer + * @param $id Integer: job id */ function __construct( $title, $params, $id = 0 ) { parent::__construct( 'htmlCacheUpdate', $title, $params, $id ); -- 2.20.1