From: Aryeh Gregor Date: Fri, 24 Apr 2009 17:22:10 +0000 (+0000) Subject: Fix variable name in comment X-Git-Tag: 1.31.0-rc.0~42045 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=419d75cadfae8494384b383fa440dd00efeecf96;p=lhc%2Fweb%2Fwiklou.git Fix variable name in comment --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 7acebc05d0..ac6c9fc91d 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -541,7 +541,7 @@ class LogPager extends ReverseChronologicalPager { /** * Set the log reader to return only entries of the given type. * Type restrictions enforced here - * @param $type String or array: Log types ('upload', 'delete', etc) + * @param $types String or array: Log types ('upload', 'delete', etc) */ private function limitType( $types ) { global $wgLogRestrictions, $wgUser;