Removed doCascadeProtectionUpdates method to avoid DB writes on page views
[lhc/web/wiklou.git] / includes / deferred / HTMLCacheUpdate.php
index e02cfbc..862ac27 100644 (file)
@@ -43,7 +43,6 @@ class HTMLCacheUpdate implements DeferrableUpdate {
        }
 
        public function doUpdate() {
-
                $job = new HTMLCacheUpdateJob(
                        $this->mTitle,
                        array(
@@ -63,6 +62,5 @@ class HTMLCacheUpdate implements DeferrableUpdate {
                                $job->run(); // just do the purge query now
                        } );
                }
-
        }
 }