Index: trunk/phase3/includes/Parser.php |
— | — | @@ -2240,7 +2240,7 @@ |
2241 | 2241 | } |
2242 | 2242 | } else { |
2243 | 2243 | $article = new Article( $title ); |
2244 | | - $articleContent = $article->fetchContent(); |
| 2244 | + $articleContent = $article->fetchContent(0, false); |
2245 | 2245 | if ( $articleContent !== false ) { |
2246 | 2246 | $found = true; |
2247 | 2247 | $text = $articleContent; |