From: Alexandre Emsenhuber Date: Sat, 16 Jan 2010 15:02:58 +0000 (+0000) Subject: Fix for r60809: wrong argument name X-Git-Tag: 1.31.0-rc.0~38241 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=b88f94157afc96bb47c1cb78a59cd9286942e195;p=lhc%2Fweb%2Fwiklou.git Fix for r60809: wrong argument name --- 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 );