From 00ab76a6b686e98a914afc1975812d2b1aaa7016 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 10:05:59 +0200 Subject: update to MediaWiki 1.15.5 --- includes/api/ApiOpenSearch.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/api/ApiOpenSearch.php') diff --git a/includes/api/ApiOpenSearch.php b/includes/api/ApiOpenSearch.php index 8fc1f32b..d2e6ea21 100644 --- a/includes/api/ApiOpenSearch.php +++ b/includes/api/ApiOpenSearch.php @@ -53,6 +53,7 @@ class ApiOpenSearch extends ApiBase { // Open search results may be stored for a very long time $this->getMain()->setCacheMaxAge(1200); + $this->getMain()->setCacheMode( 'public' ); $srchres = PrefixSearch::titleSearch( $search, $limit, $namespaces ); @@ -101,6 +102,6 @@ class ApiOpenSearch extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiOpenSearch.php 47188 2009-02-12 17:27:05Z catrope $'; + return __CLASS__ . ': $Id: ApiOpenSearch.php 69986 2010-07-27 03:57:39Z tstarling $'; } } -- cgit v1.2.2