Index: trunk/phase3/maintenance/refreshLinks.inc |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | |
91 | 91 | $options = new ParserOptions; |
92 | 92 | $parserOutput = $wgParser->parse( $revision->getText(), $wgTitle, $options, true, true, $revision->getId() ); |
93 | | - $update = new LinksUpdate( $wgTitle, $parserOutput ); |
| 93 | + $update = new LinksUpdate( $wgTitle, $parserOutput, false ); |
94 | 94 | $update->doUpdate(); |
95 | 95 | $dbw->immediateCommit(); |
96 | 96 | } |