mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Set doesWrites() for SpecialNotificationsMarkRead"
This commit is contained in:
commit
cdbe707f4f
|
@ -7,6 +7,10 @@ class SpecialNotificationsMarkRead extends FormSpecialPage {
|
|||
parent::__construct( 'NotificationsMarkRead' );
|
||||
}
|
||||
|
||||
public function doesWrites() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function execute( $par ) {
|
||||
parent::execute( $par );
|
||||
|
||||
|
|
Loading…
Reference in a new issue