Followup r92396, add help urls for most of the core (non query) modules
[lhc/web/wiklou.git] / includes / api / ApiFeedContributions.php
index ef6fecc..a9846a5 100644 (file)
@@ -201,6 +201,10 @@ class ApiFeedContributions extends ApiBase {
                );
        }
 
+       public function getHelpUrls() {
+               return '';
+       }
+
        public function getVersion() {
                return __CLASS__ . ': $Id$';
        }