Followup r92396, add help urls for most of the core (non query) modules
[lhc/web/wiklou.git] / includes / api / ApiOpenSearch.php
index bdab14f..9a09c27 100644 (file)
@@ -60,7 +60,7 @@ class ApiOpenSearch extends ApiBase {
 
                        $searches = PrefixSearch::titleSearch( $search, $limit,
                                $namespaces );
-                       
+
                        // if the content language has variants, try to retrieve fallback results
                        $fallbackLimit = $limit - count( $searches );
                        if ( $fallbackLimit > 0 ) {
@@ -125,6 +125,10 @@ class ApiOpenSearch extends ApiBase {
                );
        }
 
+       public function getHelpUrls() {
+               return '';
+       }
+
        public function getVersion() {
                return __CLASS__ . ': $Id$';
        }