r74151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74150‎ | r74151 | r74152 >
Date:21:09, 2 October 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix doc: $wgExtensionFunctions, not $wgExtensionSetupFunctions
Modified paths:
  • /trunk/phase3/maintenance/update.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/update.php
@@ -72,7 +72,7 @@
7373
7474 # Don't try to access the database
7575 # 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)
7777 $wgLocalisationCacheConf = array(
7878 'class' => 'LocalisationCache',
7979 'storeClass' => 'LCStore_Null',

Status & tagging log