Fix for r60809: wrong argument name
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 16 Jan 2010 15:02:58 +0000 (15:02 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 16 Jan 2010 15:02:58 +0000 (15:02 +0000)
includes/HTMLCacheUpdate.php

index 99609fe..6f90b2d 100644 (file)
@@ -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 );