From f8adb054ffa07e92d4621986ce7f737a9dd9f330 Mon Sep 17 00:00:00 2001 From: Philip Tzou Date: Mon, 20 Apr 2009 04:33:37 +0000 Subject: [PATCH] Follow on r49656, more comment added. --- includes/GlobalFunctions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index bf93bbbbfb..3872071764 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1963,6 +1963,7 @@ function wfGetCachedNotice( $name ) { } wfProfileOut( $fname ); + // Use $wgContLang to get a converted string by language. global $wgContLang; return $wgContLang->convert( $notice ); } -- 2.20.1