Skip to content

Commit

Permalink
Title::clearCaches(); after each RC
Browse files Browse the repository at this point in the history
  • Loading branch information
liangent committed Nov 2, 2015
1 parent 9af2638 commit f6011dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dispatchRecentChanges.php
Expand Up @@ -126,6 +126,7 @@ public function output( $out, $channel = null ) {
public function cleanup() {
MessageCache::singleton()->getParserOptions()->setTimestamp( null );
LinkCache::destroySingleton();
Title::clearCaches();
}
}

Expand Down

0 comments on commit f6011dc

Please sign in to comment.