LogPager/LogEventsList: Correct docs about $pattern parameter
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 7 May 2018 18:48:01 +0000 (20:48 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 10 May 2018 19:46:59 +0000 (19:46 +0000)
commit286cdb83829fadacfc3af0792bcd38c2d0fb840a
tree42d1159e200bb4d325956805b19f22f5d8491303
parent3c90317ee54ad2aa4ab0b3286e3c2eb83f364b1e
LogPager/LogEventsList: Correct docs about $pattern parameter

$pattern is a boolean, it is documented as "Do a prefix search rather
than an exact title match". However, its type was incorrectly
documented to be a string, and the default value was '' instead of
false (which was harmless, as it is correctly treated as a boolean
value everywhere).

Change-Id: Id093d12891a231d5934f9908e619065afff7380e
includes/logging/LogEventsList.php
includes/logging/LogPager.php