Save the parser output to a member variable of LinksUpdate, so that hooks can access it.

This commit is contained in:
Andrew Garrett 2008-04-28 12:48:41 +00:00
parent 39eaf98247
commit 3e14f2b679

View file

@ -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();