jobqueue: Remove duplicate property from DoubleRedirectJob
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Fri, 17 May 2019 15:08:36 +0000 (17:08 +0200)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Fri, 17 May 2019 15:08:36 +0000 (17:08 +0200)
commit4be202e58b0b9e80c39c99dce5b5bc92bd728f16
tree0b916e31944e76146ef8379b1c29d1dcb29ea323
parent48f1bf98a2a205ee82e942cc1316c788f6f25a56
jobqueue: Remove duplicate property from DoubleRedirectJob

All the stuff that is passed as $params to the constructor is stored
in $this->params anyway.

Change-Id: Idec1c243de7cdbb1e55dd754555536ce0ec2024d
includes/jobqueue/jobs/DoubleRedirectJob.php