Fix doc: $wgExtensionFunctions, not $wgExtensionSetupFunctions
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 2 Oct 2010 21:09:23 +0000 (21:09 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 2 Oct 2010 21:09:23 +0000 (21:09 +0000)
maintenance/update.php

index 9ddc3ae..8115e7a 100644 (file)
@@ -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',