maintenance/getReplicaServer.php: Remove reference to long-deleted config var
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 9 Sep 2019 14:22:43 +0000 (10:22 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 9 Sep 2019 14:25:38 +0000 (10:25 -0400)
commit3a39f364dc3f53fcad235eeb4f878fcec16be6e4
tree0689cc66c4dbbff231a6ade3d32a3914960ba0fa
parent54c93f1d384cd5accd2db2ebbb911e4d627c2980
maintenance/getReplicaServer.php: Remove reference to long-deleted config var

$wgAllDBsAreLocalhost was removed 3 years ago, in I54b23654. This
maintenance script kept working because it just saw null for the
variable.

But then Id67d0759 changed the code to access it via Config, which does
checking for accessing of nonexistent config vars and so broke things.

Bug: T232268
Change-Id: I4fc39cccfd9041c76f734a1a85c2b34fc84218f0
maintenance/getReplicaServer.php