http://www.mediawiki.org/wiki/Special:Code/MediaWiki/61127

Revision: 61127
Author:   ialex
Date:     2010-01-16 15:02:58 +0000 (Sat, 16 Jan 2010)

Log Message:
-----------
Fix for r60809: wrong argument name

Modified Paths:
--------------
    trunk/phase3/includes/HTMLCacheUpdate.php

Modified: trunk/phase3/includes/HTMLCacheUpdate.php
===================================================================
--- trunk/phase3/includes/HTMLCacheUpdate.php   2010-01-16 14:44:29 UTC (rev 
61126)
+++ trunk/phase3/includes/HTMLCacheUpdate.php   2010-01-16 15:02:58 UTC (rev 
61127)
@@ -216,7 +216,7 @@
         * 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 );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to