From 6ffebab03dc81329f1e972d20fdc776fe1b60001 Mon Sep 17 00:00:00 2001 From: Robert Leverington Date: Mon, 5 May 2008 14:17:31 +0000 Subject: [PATCH] * Wrong variable in last commit. --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index e9b1d8b155..fb2dfaa66e 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2489,7 +2489,7 @@ function wfLoadExtensionMessages( $extensionName, $langcode = false ) { static $loaded = array(); if( !array_key_exists( $extensionName, $loaded ) ) { - $wgExtensionMessagesFiles[$extensionName] = array(); + $loaded[$extensionName] = array(); } if( !$langcode && !array_key_exists( '*', $loaded[$extensionName] ) ) { -- 2.20.1