mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Remove unused SpecialNotificationsMarkRead::$eventId
Change-Id: I37b647fb1bb35b13d72c56619db6d4007db61f82
This commit is contained in:
parent
3f68ee2d66
commit
1a922d4443
|
@ -9,8 +9,6 @@
|
||||||
* page should normally not need to be visited directly.
|
* page should normally not need to be visited directly.
|
||||||
*/
|
*/
|
||||||
class SpecialNotificationsMarkRead extends FormSpecialPage {
|
class SpecialNotificationsMarkRead extends FormSpecialPage {
|
||||||
protected $eventId;
|
|
||||||
|
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
parent::__construct( 'NotificationsMarkRead' );
|
parent::__construct( 'NotificationsMarkRead' );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue