* API: Refactored per brion's suggestions
[lhc/web/wiklou.git] / includes / api / ApiHelp.php
index 907fc2f..bc8aca2 100644 (file)
@@ -38,11 +38,11 @@ class ApiHelp extends ApiBase {
        /**\r
         * Stub module for displaying help when no parameters are given\r
         */\r
-       public function Execute() {\r
-               $this->DieUsage('', 'help');\r
+       public function execute() {\r
+               $this->dieUsage('', 'help');\r
        }\r
 \r
-       protected function GetDescription() {\r
+       protected function getDescription() {\r
                return array (\r
                        'Display this help screen.'\r
                );\r