Only treat a request as a get request (and hence use GET) if it starts with get
authoreileen <emcnaughton@wikimedia.org>
Wed, 13 Jun 2018 02:07:21 +0000 (14:07 +1200)
committereileen <emcnaughton@wikimedia.org>
Wed, 13 Jun 2018 02:07:21 +0000 (14:07 +1200)
commit5c20e4c213ceca577479a7d2e654ab3ba472b58a
tree5f98b5bfa5d042756671b56d6fb5678b4ac8ad41
parent00e2c09f6d9e4d10c088cd30d26ea5275be3afb2
Only treat a request as a get request (and hence use GET) if it starts with get

Current code looks for the word 'get' anywhere in the action so the action 'forget' is also picked up.

Further down we explicitly look for 0 so we should here too.
js/crm.ajax.js