Fix use of argument perfLogFilename in convertLinks.php
authorUmherirrender <umherirrender_de.wp@web.de>
Tue, 2 Jul 2019 20:07:25 +0000 (22:07 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 1 Sep 2019 17:52:55 +0000 (17:52 +0000)
commitc91157d649eb34e88af1bb983420b19b4d04eda7
tree5e749a50bacd5bf51b71648f9cf8e9c0a2d53d11
parent75f1fe04a8006df7b8716c4b966b1725d5d4bea1
Fix use of argument perfLogFilename in convertLinks.php

Maintenance::getArg needs a number to get the argument, not a string
Reorg the hasOption calls to match the addArg from constructor

Change-Id: Ice7013affb328363daf6e831010de4640583f486
maintenance/convertLinks.php