Correct field used to detect incomplete POST
authorAdam Roses Wight <awight@wikimedia.org>
Wed, 21 May 2014 08:04:04 +0000 (01:04 -0700)
committerIAlex <codereview@emsenhuber.ch>
Sat, 24 May 2014 05:22:37 +0000 (05:22 +0000)
commit262a7e2d581c1b13c90247643fa1633cd33b0988
treee03b05a72e901438b367670931de94f71e2cec4e
parent5705b0aed9ebae10e0160db44d77eeb7cc75fc09
Correct field used to detect incomplete POST

We were using something other than the last parameter to check for an
incomplete request.  That is not guaranteed to work.

TODO:
* Is it worthwhile to take a checksum of the params as well?

Change-Id: I78f1bbcc9bb092568fbfbec19c08d697c9ae75f8
includes/EditPage.php