Merge "Add langauge 'kjp' Eastern Pwo"
[lhc/web/wiklou.git] / includes / api / ApiDisabled.php
index 41bf9b6..5369768 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
@@ -44,7 +40,11 @@ class ApiDisabled extends ApiBase {
                return false;
        }
 
-       protected function getDescriptionMessage() {
-               return 'apihelp-disabled-description';
+       protected function getSummaryMessage() {
+               return 'apihelp-disabled-summary';
+       }
+
+       protected function getExtendedDescription() {
+               return 'apihelp-disabled-extended-description';
        }
 }