mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +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' );
|
parent::__construct( 'NotificationsMarkRead' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function doesWrites() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
public function execute( $par ) {
|
public function execute( $par ) {
|
||||||
parent::execute( $par );
|
parent::execute( $par );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue