Revision: 50176
Author:   simetrical
Date:     2009-05-04 13:30:57 +0000 (Mon, 04 May 2009)

Log Message:
-----------
Update docs to note what passing empty string does

See r50128.

Modified Paths:
--------------
    trunk/phase3/includes/LogEventsList.php

Modified: trunk/phase3/includes/LogEventsList.php
===================================================================
--- trunk/phase3/includes/LogEventsList.php     2009-05-04 13:14:54 UTC (rev 
50175)
+++ trunk/phase3/includes/LogEventsList.php     2009-05-04 13:30:57 UTC (rev 
50176)
@@ -551,7 +551,8 @@
        /**
         * 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;



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to