Aaron Schulz has uploaded a new change for review.
https://gerrit.wikimedia.org/r/64599
Change subject: Removed useless root job params.
......................................................................
Removed useless root job params.
* This would not be effective and does not seem to be used anyway.
Change-Id: If36de24fb4591e26413b04118e38486c0d52ebb8
---
M lib/includes/ChangeNotificationJob.php
1 file changed, 0 insertions(+), 7 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/99/64599/1
diff --git a/lib/includes/ChangeNotificationJob.php
b/lib/includes/ChangeNotificationJob.php
index 6feadfb..30560cb 100644
--- a/lib/includes/ChangeNotificationJob.php
+++ b/lib/includes/ChangeNotificationJob.php
@@ -71,13 +71,6 @@
$params['repo'] = $repo;
$params['changeIds'] = $changeIds;
- $params = array_merge(
- \Job::newRootJobParams(
- $repo . ':' . implode( ',', $changeIds )
- ),
- $params
- );
-
$job = new ChangeNotificationJob( $dummyTitle, $params );
wfProfileOut( __METHOD__ );
--
To view, visit https://gerrit.wikimedia.org/r/64599
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If36de24fb4591e26413b04118e38486c0d52ebb8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits