* Refactoring ApiQueryImageInfo to use new File::loadHistory() interface. No change...
[lhc/web/wiklou.git] / includes / api / ApiHelp.php
index aeebb50..21150a6 100644 (file)
@@ -46,6 +46,10 @@ class ApiHelp extends ApiBase {
                $this->dieUsage('', 'help');
        }
 
+       public function shouldCheckMaxlag() {
+               return false;
+       }
+
        protected function getDescription() {
                return array (
                        'Display this help screen.'