Merge "Rewrite pref cleanup script"
[lhc/web/wiklou.git] / includes / api / ApiDisabled.php
index 41bf9b6..3211189 100644 (file)
@@ -1,9 +1,5 @@
 <?php
 /**
- *
- *
- * Created on Sep 25, 2008
- *
  * Copyright © 2008 Roan Kattouw "<Firstname>.<Lastname>@gmail.com"
  *
  * This program is free software; you can redistribute it and/or modify
@@ -45,6 +41,14 @@ class ApiDisabled extends ApiBase {
        }
 
        protected function getDescriptionMessage() {
-               return 'apihelp-disabled-description';
+               return 'apihelp-disabled-summary';
+       }
+
+       protected function getSummaryMessage() {
+               return 'apihelp-disabled-summary';
+       }
+
+       protected function getExtendedDescription() {
+               return 'apihelp-disabled-extended-description';
        }
 }