X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/709a977dcc28b9560a925e8ba633a3b85da58655..8989532d3de45b196373107c7a812a68ac0ff2d9:/includes/api/ApiQuerySearch.php diff --git a/includes/api/ApiQuerySearch.php b/includes/api/ApiQuerySearch.php index 668f00e5..a8f3fcc8 100644 --- a/includes/api/ApiQuerySearch.php +++ b/includes/api/ApiQuerySearch.php @@ -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