http://www.mediawiki.org/wiki/Special:Code/MediaWiki/74151

Revision: 74151
Author:   ialex
Date:     2010-10-02 21:09:23 +0000 (Sat, 02 Oct 2010)

Log Message:
-----------
Fix doc: $wgExtensionFunctions, not $wgExtensionSetupFunctions

Modified Paths:
--------------
    trunk/phase3/maintenance/update.php

Modified: trunk/phase3/maintenance/update.php
===================================================================
--- trunk/phase3/maintenance/update.php 2010-10-02 20:36:23 UTC (rev 74150)
+++ trunk/phase3/maintenance/update.php 2010-10-02 21:09:23 UTC (rev 74151)
@@ -72,7 +72,7 @@
 
                # 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',



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to