Escape delimiter in SpecialPage::prefixSearchArray
authorChad Horohoe <chadh@wikimedia.org>
Thu, 26 Jun 2014 19:45:40 +0000 (12:45 -0700)
committerParent5446 <tylerromeo@gmail.com>
Thu, 26 Jun 2014 19:50:57 +0000 (19:50 +0000)
commite9e7dcc9b68d413972128b87f00c800af5eb1e47
treeb7ee4e6ba432cc537a724b9e43173c587ac15999
parent79f8a9e1141c4dc275105e187d1c68b9cee6401a
Escape delimiter in SpecialPage::prefixSearchArray

Changed preg_quote() call so that the proper delimiter
is passed as the second parameter, thus making sure
it is properly escaped.

Change-Id: Ie12418e5433642b86dcda425b63a05ac3ff2c29d
includes/specialpage/SpecialPage.php