Remove redundant ignore_user_abort() call in ApiStashEdit
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 30 Aug 2019 05:18:54 +0000 (22:18 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 30 Aug 2019 05:18:57 +0000 (22:18 -0700)
commit7526c30960ffe2f7b5c0d862600f512397d7ed75
tree31a1a358867cbf633fc1961d7f3983467fd553f5
parent1d71306b5253124bc7ae7175712df7f2b06892fc
Remove redundant ignore_user_abort() call in ApiStashEdit

This API module has mustBePosted() return true and such POST
request are already covered by both WebStart.php and
ApiBase::useTransactionalTimeLimit().

Change-Id: Ie6f6af1459dde82572be8784049a307a3a769a1c
includes/api/ApiStashEdit.php