From: Aaron Schulz Date: Fri, 12 Apr 2019 23:33:09 +0000 (-0700) Subject: Remove bogus field references in DerivedPageDataUpdater X-Git-Tag: 1.34.0-rc.0~2019^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=3601525083422ffd3226e13c1f46f465caf80b4c;p=lhc%2Fweb%2Fwiklou.git Remove bogus field references in DerivedPageDataUpdater Change-Id: I4f781d9136e01c4a7bbc316fee622c0933329a0e --- 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;