From 3601525083422ffd3226e13c1f46f465caf80b4c Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 12 Apr 2019 16:33:09 -0700 Subject: [PATCH] Remove bogus field references in DerivedPageDataUpdater Change-Id: I4f781d9136e01c4a7bbc316fee622c0933329a0e --- includes/Storage/DerivedPageDataUpdater.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/Storage/DerivedPageDataUpdater.php b/includes/Storage/DerivedPageDataUpdater.php index d5c1656505..c4aec13223 100644 --- a/includes/Storage/DerivedPageDataUpdater.php +++ b/includes/Storage/DerivedPageDataUpdater.php @@ -750,9 +750,6 @@ class DerivedPageDataUpdater implements IDBAccessObject { $parentRevision = $this->grabCurrentRevision(); - $this->slotsOutput = []; - $this->canonicalParserOutput = null; - // The edit may have already been prepared via api.php?action=stashedit $stashedEdit = false; -- 2.20.1