Fix overzealous addQuotes for rc_source field in rebuildrecentchanges.php
authorJesús Martínez Novo <martineznovo@gmail.com>
Tue, 1 Aug 2017 17:55:11 +0000 (19:55 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 3 Aug 2017 09:09:36 +0000 (09:09 +0000)
commitc9cc6a299b7dbbabf3afd54bf816754298f7b282
tree10048d4ebdd1806e69fe8eaa3eb6c44e858dce36
parenta6463be4c631220898a6af44a01dfa901af6130a
Fix overzealous addQuotes for rc_source field in rebuildrecentchanges.php

Those quotes aren't needed since those constants are being used as an array
value and the database methods already quotes them. It caused the field to
be double-quoted and being inserted with quotes on the database.

Bug: T172205
Change-Id: I050f8d477600ee44794b7525a119b3d4451e5a28
maintenance/rebuildrecentchanges.php