From: Aryeh Gregor Date: Mon, 4 May 2009 13:30:57 +0000 (+0000) Subject: Update docs to note what passing empty string does X-Git-Tag: 1.31.0-rc.0~41891 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=8a9a059949092ffcd688008581779cbf33f0b23b;p=lhc%2Fweb%2Fwiklou.git Update docs to note what passing empty string does See r50128. --- 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;