diff options
Diffstat (limited to 'includes/api/ApiLogout.php')
-rw-r--r-- | includes/api/ApiLogout.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/api/ApiLogout.php b/includes/api/ApiLogout.php index 81a054a6..b2f634d0 100644 --- a/includes/api/ApiLogout.php +++ b/includes/api/ApiLogout.php @@ -4,7 +4,7 @@ * * Created on Jan 4, 2008 * - * Copyright © 2008 Yuri Astrakhan <Firstname><Lastname>@gmail.com, + * Copyright © 2008 Yuri Astrakhan "<Firstname><Lastname>@gmail.com", * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -54,6 +54,10 @@ class ApiLogout extends ApiBase { return array(); } + public function getResultProperties() { + return array(); + } + public function getParamDescription() { return array(); } |