Aaron Schulz has submitted this change and it was merged.

Change subject: Undefer push() in lazyPush() temporarily
......................................................................


Undefer push() in lazyPush() temporarily

Change-Id: I13120caf24abf29ae9be47cf7bb177ebde094dba
---
M includes/jobqueue/JobQueueGroup.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/jobqueue/JobQueueGroup.php 
b/includes/jobqueue/JobQueueGroup.php
index ed193b0..6117adc 100644
--- a/includes/jobqueue/JobQueueGroup.php
+++ b/includes/jobqueue/JobQueueGroup.php
@@ -147,6 +147,9 @@
         * @since 1.26
         */
        public function lazyPush( $jobs ) {
+               $this->push( $jobs ); // hack
+               return;
+
                if ( PHP_SAPI === 'cli' ) {
                        $this->push( $jobs );
                        return;

-- 
To view, visit https://gerrit.wikimedia.org/r/211928
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I13120caf24abf29ae9be47cf7bb177ebde094dba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.26wmf5
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to