Prevent "Undefined offset notice"
authorMatěj Suchánek <matejsuchanek97@gmail.com>
Fri, 8 Jun 2018 13:34:41 +0000 (13:34 +0000)
committerMatěj Suchánek <matejsuchanek97@gmail.com>
Fri, 29 Jun 2018 07:42:36 +0000 (07:42 +0000)
commit1000236bb9f6060c4f51b52ecf0971d1a81ecc93
tree3c25005907c4d6f082cfe83deea5f7f33f6de2b1
parent9fa37f0a8b6215d63dfa4f7b9b71864c708cc6e6
Prevent "Undefined offset notice"

The number provided by the query can be arbitrary, so let's narrow the
input validation to booleans.

Bug: T194616
Change-Id: If03e6e2d5bbcf4f2d85047cc23ee5388b39fe114
includes/logging/LogEventsList.php
includes/logging/LogPager.php