From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- includes/Credits.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/Credits.php') diff --git a/includes/Credits.php b/includes/Credits.php index 580a8d92..6326e3a2 100644 --- a/includes/Credits.php +++ b/includes/Credits.php @@ -29,7 +29,7 @@ function showCreditsPage($article) { $fname = 'showCreditsPage'; wfProfileIn( $fname ); - + $wgOut->setPageTitle( $article->mTitle->getPrefixedText() ); $wgOut->setSubtitle( wfMsg( 'creditspage' ) ); $wgOut->setArticleFlag( false ); @@ -184,5 +184,3 @@ function creditOthersLink($article) { $skin = $wgUser->getSkin(); return $skin->makeKnownLink($article->mTitle->getPrefixedText(), wfMsg('others'), 'action=credits'); } - - -- cgit v1.2.3-54-g00ecf