Per r36375: update docs/memcached.txt
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 18 Jun 2008 09:49:15 +0000 (09:49 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 18 Jun 2008 09:49:15 +0000 (09:49 +0000)
docs/hooks.txt
docs/memcached.txt

index abb4cd0..394938f 100644 (file)
@@ -1099,7 +1099,7 @@ $funct: function called to execute the special page
 'SpecialPage_initList': called when setting up SpecialPage::$mList, use this hook to remove a core special page
 $list: list (array) of core special pages
 
-'SpecialRecentChangesPanel' called when building form options in SpecialRecentChanges
+'SpecialRecentChangesPanel': called when building form options in SpecialRecentChanges
 &$extraOpts: array of added items, to which can be added
 $opts: FormOptions for this request
 
index 5cc9110..3a26a99 100644 (file)
@@ -137,7 +137,7 @@ Localisation:
        cleared by: Language::loadLocalisation()
 
 Message Cache:
-       stored in: $parserMemc
+       stored in: $messageMemc
        key: $wgDBname:messages, $wgDBname:messages-hash, $wgDBname:messages-status
        ex: wikidb:messages, wikidb:messages-hash, wikidb:messages-status
        stores: an array where the keys are DB keys and the values are messages