r50321 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50320‎ | r50321 | r50322 >
Date:20:15, 7 May 2009
Author:ialex
Status:ok
Tags:
Comment:
Don't use $this in hook description since it's a reserved word
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -862,7 +862,7 @@
863863 &$tags: The list of tags.
864864
865865 'LoadAllMessages': called by MessageCache::loadAllMessages() to load extensions messages
866 -&$this: The MessageCache object
 866+&$messageCache: The MessageCache object
867867
868868 'LoadExtensionSchemaUpdates': called by maintenance/updaters.inc when upgrading database schema
869869

Status & tagging log