(bug 1150) Do not skip edit conflict and override just because editing user was the...
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 13 Oct 2008 14:48:17 +0000 (14:48 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 13 Oct 2008 14:48:17 +0000 (14:48 +0000)
commit43129ccd4426f3d059b7851cc8acc02360070601
tree7f49046b600e5454b36210e2e4109f2c13c046f2
parent5688ff12c8724824d759747a05ef0b37650f3e6e
(bug 1150) Do not skip edit conflict and override just because editing user was the last to edit. This caused removal of edits if a user edit conflicts, merges/automerges, then presses back (such as fixing a typo) and saves again. Check all users since edit time instead. If they are *all* the editing user, then go ahead and skip.
includes/EditPage.php