Fixed usage of ChronologyProtector in MediaWiki
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 24 Aug 2015 21:46:19 +0000 (14:46 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 24 Aug 2015 22:11:14 +0000 (15:11 -0700)
commit5781d545452c31eca76721ee495ae186a5c30c9e
tree1ffb33430629a42b1cea1b0a340f736d8d6ea6f9
parent86c701f290485ac94879fec0305eae65f621f147
Fixed usage of ChronologyProtector in MediaWiki

* Placed an LB shutdown() call in dePreOutputCommit() so that the
  positions are properly included in sessions before session write().
  They need to be part of the synchronous updates that happen before
  the user gets the response, otherwise it defeats the whole point of
  the system.

Bug: T101224
Change-Id: Idf367c2aa9aae432a0c4d7cc697366aa544d77f2
includes/MediaWiki.php