X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=blobdiff_plain;f=includes%2FLinksUpdate.php;h=56595cacc5f91096336ef9b7cae1d16b3ec411d6;hb=181641792a275e6b7a8bca24393d683e578fadca;hp=8b403fcd85da77a1334b9272d9bdc4edec92f40e;hpb=cf11d9d95b158a640d957520c9ffd866a554126f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index 8b403fcd85..56595cacc5 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -39,8 +39,6 @@ class LinksUpdate extends SqlDataUpdate { $mCategories, //!< Map of category names to sort keys $mInterlangs, //!< Map of language codes to titles $mProperties, //!< Map of arbitrary name to value - $mDb, //!< Database connection reference - $mOptions, //!< SELECT options to be used (array) $mRecursive; //!< Whether to queue jobs for recursive updates /** @@ -67,6 +65,7 @@ class LinksUpdate extends SqlDataUpdate { $this->mId = $title->getArticleID(); $this->mParserOutput = $parserOutput; + $this->mLinks = $parserOutput->getLinks(); $this->mImages = $parserOutput->getImages(); $this->mTemplates = $parserOutput->getTemplates();