mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
NotificationDeleteJob: Remove unused variable $targetMapper
Change-Id: Iaf5e3ae53ae55820dca9c7b7d96506154af0f75d
This commit is contained in:
parent
b6fab8150a
commit
db6c1f076d
|
@ -46,7 +46,6 @@ class EchoNotificationDeleteJob extends Job {
|
||||||
}
|
}
|
||||||
|
|
||||||
$notifMapper = new EchoNotificationMapper();
|
$notifMapper = new EchoNotificationMapper();
|
||||||
$targetMapper = new EchoTargetPageMapper();
|
|
||||||
|
|
||||||
// Back-compat for older jobs which used array( $userId => $userId );
|
// Back-compat for older jobs which used array( $userId => $userId );
|
||||||
$userIds = array_values( $this->userIds );
|
$userIds = array_values( $this->userIds );
|
||||||
|
|
Loading…
Reference in a new issue