]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - includes/api/ApiQueryImages.php
MediaWiki 1.15.5-scripts
[autoinstallsdev/mediawiki.git] / includes / api / ApiQueryImages.php
index 69569e9bdfd77889a7f7380a7069640f5f56dc20..9dbe08a6c46418745d8dc4f5942115e5418e1c6e 100644 (file)
@@ -121,6 +121,10 @@ class ApiQueryImages extends ApiQueryGeneratorBase {
                $db->freeResult($res);
        }
 
+       public function getCacheMode( $params ) {
+               return 'public';
+       }
+
        public function getAllowedParams() {
                return array(
                                'limit' => array(
@@ -155,6 +159,6 @@ class ApiQueryImages extends ApiQueryGeneratorBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiQueryImages.php 46845 2009-02-05 14:30:59Z catrope $';
+               return __CLASS__ . ': $Id: ApiQueryImages.php 69986 2010-07-27 03:57:39Z tstarling $';
        }
-}
\ No newline at end of file
+}