From 493a2e6f0f11d4bffa661c15b67d51312596c796 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 4 Jun 2004 12:49:16 +0000 Subject: [PATCH] Bug fix --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 9216a68ca8..6ccc2084c1 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -563,7 +563,6 @@ class Article { exit; } - $wgOut->setPageTitle( $this->mTitle->getPrefixedText() ); # We're looking at an old revision @@ -598,6 +597,7 @@ class Article { $wgOut->addWikiText( $text ); } } + $wgOut->setPageTitle( $this->mTitle->getPrefixedText() ); # Add link titles as META keywords $wgOut->addMetaTags() ; -- 2.20.1