From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- includes/SpecialUnusedtemplates.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'includes/SpecialUnusedtemplates.php') diff --git a/includes/SpecialUnusedtemplates.php b/includes/SpecialUnusedtemplates.php index 8b72e8a7..79e99f3a 100644 --- a/includes/SpecialUnusedtemplates.php +++ b/includes/SpecialUnusedtemplates.php @@ -37,8 +37,7 @@ class UnusedtemplatesPage extends QueryPage { } function getPageHeader() { - global $wgOut; - return $wgOut->parse( wfMsg( 'unusedtemplatestext' ) ); + return wfMsgExt( 'unusedtemplatestext', array( 'parse' ) ); } } @@ -49,4 +48,4 @@ function wfSpecialUnusedtemplates() { $utp->doQuery( $offset, $limit ); } -?> + -- cgit v1.2.3-54-g00ecf