Remove getOptions() checks from getStashKey() entirely
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 7 Jun 2016 00:27:37 +0000 (17:27 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 7 Jun 2016 00:27:37 +0000 (17:27 -0700)
commit27e6e298885542536bcef6dd23161bcb733d5b0a
tree3062ba71ab03b93567a9b53c3036c30d631731a6
parent58d733dcc759f9e55ba3c3daa08564ba3b097790
Remove getOptions() checks from getStashKey() entirely

It only avoided a tiny edge case of options lag, which is
not worth the complexity.

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