diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2015-01-05 22:40:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2015-01-05 22:40:15 +0000 |
commit | 958167760104b037db7db0a3c64e248052217759 (patch) | |
tree | 42416f8f11fc438d68e07a3f3627c2c973807afc /docs/hooks.txt | |
parent | d277a5a87a22e3657f43133435992908214b803b (diff) | |
parent | 37b4cd5da2c3adfd0207ad74a2212fe7292341ca (diff) | |
download | mediawikicore-958167760104b037db7db0a3c64e248052217759.tar.gz mediawikicore-958167760104b037db7db0a3c64e248052217759.zip |
Merge "Proper namespace handling for WikiImporter"
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r-- | docs/hooks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index b48067bfa3a0..2de78dddcba4 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -314,7 +314,7 @@ $output: The OutputPage object where output() was called 'AfterImportPage': When a page import is completed. $title: Title under which the revisions were imported -$origTitle: Title provided by the XML file +$foreignTitle: ForeignTitle object based on data provided by the XML file $revCount: Number of revisions in the XML file $sRevCount: Number of successfully imported revisions $pageInfo: associative array of page information |