X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FStorage%2FPageEditStash.php;h=a0ef07d65128d8589d8d23ab0bd3927aa515ac7f;hb=5099ee9f7273ea156eea8afa033548b800828639;hp=4671d99f15c654c46cb5d26ceea191dd5d24470f;hpb=bd5a37aacf600bdd5f3a6e7998f92bd1d9326a8a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Storage/PageEditStash.php b/includes/Storage/PageEditStash.php index 4671d99f15..a0ef07d651 100644 --- a/includes/Storage/PageEditStash.php +++ b/includes/Storage/PageEditStash.php @@ -271,7 +271,7 @@ class PageEditStash { // This can be used for the initial parse, e.g. for filters or doEditContent(), // but a second parse will be triggered in doEditUpdates() no matter what $logger->info( - "Cache for key '{key}' has 'vary-revision'; post-insertion parse inevitable.", + "Cache for key '{key}' has vary-revision; post-insertion parse inevitable.", $context ); } else { @@ -281,7 +281,9 @@ class PageEditStash { // Similar to the above if we didn't guess the timestamp correctly 'vary-revision-timestamp', // Similar to the above if we didn't guess the content correctly - 'vary-revision-sha1' + 'vary-revision-sha1', + // Similar to the above if we didn't guess page ID correctly + 'vary-page-id' ]; foreach ( $flagsMaybeReparse as $flag ) { if ( $editInfo->output->getFlag( $flag ) ) {