refreshLinks.php: Fix fatal when using --category parameter
authorJesús Martínez Novo <martineznovo@gmail.com>
Sun, 30 Jul 2017 13:39:36 +0000 (15:39 +0200)
committerJesús Martínez Novo <martineznovo@gmail.com>
Sun, 30 Jul 2017 13:39:36 +0000 (15:39 +0200)
commitec7b5e9262550eb7f3157aa9109abc47b1494f07
tree19781facc724644b78ffd0c4d1f45bc5e7568bf1
parent3c81a8e9fe55d7bb27f4324ea16b228c24ba62ab
refreshLinks.php: Fix fatal when using --category parameter

A title object must be passed to refreshCategory(), which is created in
the above lines, not the string representation received as a parameter.

bug: T172061
Change-Id: Id579a86a26cb438c1866351064c6887dbcea23b0
maintenance/refreshLinks.php