Fix postid parameter on Flow thanks page

Flow: fix postid parameter

Bug: T191442
Change-Id: Ia031e62a5c6c4a0781cf877f2ca036a4a2af6e4e
This commit is contained in:
Mahuton 2018-09-18 20:52:20 +02:00
parent 828c0b0d6d
commit 037a85f623

View file

@ -146,7 +146,7 @@ class SpecialThanks extends FormSpecialPage {
} else {
$requestData = [
'action' => 'flowthank',
'postid' => $data['revid'],
'postid' => $data['id'],
'token' => $this->getUser()->getEditToken(),
];
}