* (bug 1458) Don't save if form submission seems incomplete
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 3 Feb 2005 11:26:23 +0000 (11:26 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 3 Feb 2005 11:26:23 +0000 (11:26 +0000)
commitc5604eb2bb87e78d44194026d6c9eab67e587085
treed8ed842a853cd45bfa4ee8604b458f762f98d859
parent29ba626ddb1780e0e006a146e5e455ac2da7376d
* (bug 1458) Don't save if form submission seems incomplete
Under some circumstances the old code may have saved when an incomplete preview request was missing the final form fields. Now a preview is forced if wpEdittime (the last field listed in the form) is not submitted. (Normally that would force an edit conflict anyway, but when the current user is the last editor this is ignored.)
includes/EditPage.php