From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 21:09:23 +0000 (+0000) Subject: Fix doc: $wgExtensionFunctions, not $wgExtensionSetupFunctions X-Git-Tag: 1.31.0-rc.0~34670 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=f8efa1a751cd25494520ec5cb0add5f817278f1f;p=lhc%2Fweb%2Fwiklou.git Fix doc: $wgExtensionFunctions, not $wgExtensionSetupFunctions --- 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',