From f8efa1a751cd25494520ec5cb0add5f817278f1f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 21:09:23 +0000 Subject: [PATCH] Fix doc: $wgExtensionFunctions, not $wgExtensionSetupFunctions --- maintenance/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/update.php b/maintenance/update.php index 9ddc3ae4b6..8115e7a6b4 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -72,7 +72,7 @@ class UpdateMediaWiki extends Maintenance { # Don't try to access the database # This needs to be disabled early since extensions will try to use the l10n - # cache from $wgExtensionSetupFunctions (bug 20471) + # cache from $wgExtensionFunctions (bug 20471) $wgLocalisationCacheConf = array( 'class' => 'LocalisationCache', 'storeClass' => 'LCStore_Null', -- 2.20.1