summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-10-02 15:10:45 -0400
committerBrian Evans <grknight@gentoo.org>2020-10-02 15:10:45 -0400
commit66b99353c268916fa29984c2631c87fd619ba570 (patch)
tree63e52db67e004b9947bdd1791d3ecaec33d9f36f /Thanks/includes/SpecialThanks.php
parentUpdate PluggableAuth to 1.35 (diff)
downloadextensions-66b99353c268916fa29984c2631c87fd619ba570.tar.gz
extensions-66b99353c268916fa29984c2631c87fd619ba570.tar.bz2
extensions-66b99353c268916fa29984c2631c87fd619ba570.zip
Update Thanks to 1.35
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'Thanks/includes/SpecialThanks.php')
-rw-r--r--Thanks/includes/SpecialThanks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Thanks/includes/SpecialThanks.php b/Thanks/includes/SpecialThanks.php
index 43fd92e1..4b8e9c3a 100644
--- a/Thanks/includes/SpecialThanks.php
+++ b/Thanks/includes/SpecialThanks.php
@@ -11,7 +11,7 @@ class SpecialThanks extends FormSpecialPage {
/**
* 'rev' for revision, 'log' for log entry, or 'flow' for Flow comment,
* null if no ID is specified
- * @var string $type
+ * @var string|null $type
*/
protected $type;
@@ -146,7 +146,7 @@ class SpecialThanks extends FormSpecialPage {
} else {
$requestData = [
'action' => 'flowthank',
- 'postid' => $data['revid'],
+ 'postid' => $data['id'],
'token' => $this->getUser()->getEditToken(),
];
}