Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -862,7 +862,7 @@ |
863 | 863 | &$tags: The list of tags. |
864 | 864 | |
865 | 865 | 'LoadAllMessages': called by MessageCache::loadAllMessages() to load extensions messages |
866 | | -&$this: The MessageCache object |
| 866 | +&$messageCache: The MessageCache object |
867 | 867 | |
868 | 868 | 'LoadExtensionSchemaUpdates': called by maintenance/updaters.inc when upgrading database schema |
869 | 869 | |