Followup r75763, fixup wrong change of deprecated method
[lhc/web/wiklou.git] / includes / HTMLCacheUpdate.php
index 99609fe..f0456a2 100644 (file)
@@ -63,7 +63,6 @@ class HTMLCacheUpdate
                                $this->invalidateTitles( $titleArray );
                        }
                }
-               wfRunHooks( 'HTMLCacheUpdate::doUpdate', array($this->mTitle) );
        }
 
        /**
@@ -216,7 +215,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 );