Fix access to other wiki's job queue.
authordaniel <daniel.kinzler@wikimedia.de>
Thu, 10 Jan 2013 11:03:40 +0000 (12:03 +0100)
committerdaniel <daniel.kinzler@wikimedia.de>
Thu, 10 Jan 2013 11:03:40 +0000 (12:03 +0100)
commit5d6c71394b892816fc87d4367578abbd40745526
treefc4e67e138996b10fa984e43d3ef8c2b6479c4a1
parent1182c8cde995b1e2efa51edf2848d1cc6ebfbb3d
Fix access to other wiki's job queue.

LoadBalancer::getConnection needs the target wiki's ID, even
if we got the LoadBalancer instance specifically for that wiki.

Change-Id: I3fc81666dfa2552fac3ced2cadbd3f6db09e9596
includes/job/JobQueueDB.php