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