Remove bogus field references in DerivedPageDataUpdater
[lhc/web/wiklou.git] / includes / Storage / DerivedPageDataUpdater.php
index d5c1656..c4aec13 100644 (file)
@@ -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;