mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Fix postid parameter on Flow thanks page
Flow: fix postid parameter Bug: T191442 Change-Id: Ia031e62a5c6c4a0781cf877f2ca036a4a2af6e4e
This commit is contained in:
parent
828c0b0d6d
commit
037a85f623
|
@ -146,7 +146,7 @@ class SpecialThanks extends FormSpecialPage {
|
|||
} else {
|
||||
$requestData = [
|
||||
'action' => 'flowthank',
|
||||
'postid' => $data['revid'],
|
||||
'postid' => $data['id'],
|
||||
'token' => $this->getUser()->getEditToken(),
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue