Merge "Set doesWrites() for SpecialNotificationsMarkRead"

This commit is contained in:
jenkins-bot 2016-05-25 19:58:34 +00:00 committed by Gerrit Code Review
commit cdbe707f4f

View file

@ -7,6 +7,10 @@ class SpecialNotificationsMarkRead extends FormSpecialPage {
parent::__construct( 'NotificationsMarkRead' );
}
public function doesWrites() {
return true;
}
public function execute( $par ) {
parent::execute( $par );