]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusnetversion.php
Implemented reply # command, allowing users to favorite specific notices by the notice id
[quix0rs-gnu-social.git] / actions / apistatusnetversion.php
index 6af9bdd1a11d45a50ba1ae48faed81afc5b5b79c..e73ab983be626c7b76e59aad31817a62ec6ee753 100644 (file)
@@ -21,6 +21,7 @@
  *
  * @category  API
  * @package   StatusNet
+ * @author    Evan Prodromou <evan@status.net>
  * @author    Zach Copley <zach@status.net>
  * @copyright 2009 StatusNet, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
@@ -41,6 +42,7 @@ require_once INSTALLDIR . '/lib/api.php';
  *
  * @category API
  * @package  StatusNet
+ * @author   Evan Prodromou <evan@status.net>
  * @author   Zach Copley <zach@status.net>
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
@@ -88,8 +90,8 @@ class ApiStatusnetVersionAction extends ApiAction
             break;
         default:
             $this->clientError(
-                _('API method not found!'), 
-                404, 
+                _('API method not found!'),
+                404,
                 $this->format
             );
             break;