API: Fix setting of wpIgnoreBlankSummary in action=edit
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 20 Jan 2015 21:15:36 +0000 (13:15 -0800)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 20 Jan 2015 21:15:36 +0000 (13:15 -0800)
commit24f04d9f77b6a74f753f000a8bdd6b0e8d04c84a
tree83e18601cb863218112694d5cc1ad13a8adfc462
parente473cc1a412e37c90ae3e52459432d0141cceb1a
API: Fix setting of wpIgnoreBlankSummary in action=edit

EditPage checks this using getBool(), not getCheck(), so empty string is
interpreted as false.

Also clean up a long-obsolete comment.

Bug: T87188
Change-Id: I18f376cefad44295874d7b1cd760ba6fc966be29
includes/api/ApiEditPage.php