]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - includes/api/ApiQuerySearch.php
MediaWiki 1.15.5
[autoinstallsdev/mediawiki.git] / includes / api / ApiQuerySearch.php
index 668f00e569f3bd7ea773dce7fe0d68b820d7af49..a8f3fcc8fe99c592faa2ca1a7c5101a4f70851eb 100644 (file)
@@ -122,6 +122,10 @@ class ApiQuerySearch extends ApiQueryGeneratorBase {
                }
        }
 
+       public function getCacheMode( $params ) {
+               return 'public';
+       }
+
        public function getAllowedParams() {
                return array (
                        'search' => null,
@@ -173,6 +177,6 @@ class ApiQuerySearch extends ApiQueryGeneratorBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiQuerySearch.php 47865 2009-02-27 16:03:01Z catrope $';
+               return __CLASS__ . ': $Id: ApiQuerySearch.php 69986 2010-07-27 03:57:39Z tstarling $';
        }
 }
\ No newline at end of file