Index: trunk/phase3/maintenance/update.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | |
74 | 74 | # Don't try to access the database |
75 | 75 | # This needs to be disabled early since extensions will try to use the l10n |
76 | | - # cache from $wgExtensionSetupFunctions (bug 20471) |
| 76 | + # cache from $wgExtensionFunctions (bug 20471) |
77 | 77 | $wgLocalisationCacheConf = array( |
78 | 78 | 'class' => 'LocalisationCache', |
79 | 79 | 'storeClass' => 'LCStore_Null', |