From 8a9a059949092ffcd688008581779cbf33f0b23b Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 4 May 2009 13:30:57 +0000 Subject: [PATCH] Update docs to note what passing empty string does See r50128. --- includes/LogEventsList.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 40204d0bdd..7a6f3f808a 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -551,7 +551,8 @@ class LogPager extends ReverseChronologicalPager { /** * Set the log reader to return only entries of the given type. * Type restrictions enforced here - * @param $types String or array: Log types ('upload', 'delete', etc) + * @param $types String or array: Log types ('upload', 'delete', etc); + * empty string means no restriction */ private function limitType( $types ) { global $wgLogRestrictions, $wgUser; -- 2.20.1