From: Tim Starling Date: Sat, 20 Aug 2005 11:41:27 +0000 (+0000) Subject: fixed template redirects X-Git-Tag: 1.6.0~1873 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=5dd5121b58e036e00ca54c25665469f0e91ac625;p=lhc%2Fweb%2Fwiklou.git fixed template redirects --- diff --git a/includes/Parser.php b/includes/Parser.php index cb09ffa1d8..4f6fcba8d4 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2240,7 +2240,7 @@ class Parser } } else { $article = new Article( $title ); - $articleContent = $article->fetchContent(); + $articleContent = $article->fetchContent(0, false); if ( $articleContent !== false ) { $found = true; $text = $articleContent;