]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - includes/api/ApiQueryLinks.php
MediaWiki 1.15.5
[autoinstallsdev/mediawiki.git] / includes / api / ApiQueryLinks.php
index 40a7c1148ddcc4a22e120d622dc1d19c2a995be4..94b7980c9b15721b038d1770259a1235350497e9 100644 (file)
@@ -64,6 +64,10 @@ class ApiQueryLinks extends ApiQueryGeneratorBase {
                $this->run();
        }
 
+       public function getCacheMode( $params ) {
+               return 'public';
+       }
+
        public function executeGenerator($resultPageSet) {
                $this->run($resultPageSet);
        }
@@ -204,6 +208,6 @@ class ApiQueryLinks extends ApiQueryGeneratorBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiQueryLinks.php 46845 2009-02-05 14:30:59Z catrope $';
+               return __CLASS__ . ': $Id: ApiQueryLinks.php 69986 2010-07-27 03:57:39Z tstarling $';
        }
-}
\ No newline at end of file
+}