Revert "Fixed behavior of Title::invalidateCache."
[lhc/web/wiklou.git] / includes / job / jobs / RefreshLinksJob.php
index c5f87c5..57cad87 100644 (file)
@@ -60,7 +60,6 @@ class RefreshLinksJob extends Job {
                }
 
                self::runForTitleInternal( $this->title, $revision, __METHOD__ );
-               InfoAction::invalidateCache( $this->title );
 
                return true;
        }