Remove unused custom transaction logic from DataUpdate
[lhc/web/wiklou.git] / includes / deferred / LinksUpdate.php
index 6124a71..69f8d13 100644 (file)
@@ -108,6 +108,8 @@ class LinksUpdate extends DataUpdate implements EnqueueableDataUpdate {
         * @throws MWException
         */
        function __construct( Title $title, ParserOutput $parserOutput, $recursive = true ) {
+               parent::__construct();
+
                $this->mTitle = $title;
                $this->mId = $title->getArticleID( Title::GAID_FOR_UPDATE );