mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Set doesWrites() for SpecialThanks
Change-Id: I1e35e2656dbe3d60e323ad138cc884286492465a
This commit is contained in:
parent
ad8bc3c8f0
commit
84f2c652e1
|
@ -24,6 +24,10 @@ class SpecialThanks extends FormSpecialPage {
|
|||
parent::__construct( 'Thanks' );
|
||||
}
|
||||
|
||||
public function doesWrites() {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the type and ID or UUID of the request.
|
||||
* @param string $par
|
||||
|
|
Loading…
Reference in a new issue