Remove $dbw->close() call from convertLinks.php
authorKevin Israel <pleasestand@live.com>
Sat, 7 Dec 2013 20:23:10 +0000 (15:23 -0500)
committerKevin Israel <pleasestand@live.com>
Sat, 7 Dec 2013 20:23:10 +0000 (15:23 -0500)
commita0f6cb7cee7150a904e2a12279856148f7d11585
tree557f10dab42e0e2d2f73315e70b29b0c71b69eeb
parent92424143a77247e6969f2955ae655192f42d51ac
Remove $dbw->close() call from convertLinks.php

This confuses LoadBalancer; after this script is run from the
updater, the closed DB connection is (unsuccessfully) reused.

Change-Id: Ie9b25b73873fcddb062037e34877afeb75c5d081
maintenance/convertLinks.php