Save the parser output to a member variable of LinksUpdate, so that hooks can access it.
This commit is contained in:
parent
39eaf98247
commit
3e14f2b679
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class LinksUpdate {
|
|||
$this->mTitle = $title;
|
||||
$this->mId = $title->getArticleID();
|
||||
|
||||
$this->mParserOutput = $parserOutput;
|
||||
$this->mLinks = $parserOutput->getLinks();
|
||||
$this->mImages = $parserOutput->getImages();
|
||||
$this->mTemplates = $parserOutput->getTemplates();
|
||||
|
|
|
|||
Loading…
Reference in a new issue