summaryrefslogtreecommitdiff
path: root/actions/apigrouplist.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-12 16:36:00 -0700
committerZach Copley <zach@status.net>2009-10-12 16:36:00 -0700
commit870b091693531ba9aca20a0b0fa64ec326d72725 (patch)
tree703e9bd9690ce5f2787b175f50219249c6c594af /actions/apigrouplist.php
parent4efbe32f6ae2d0300299b1103294f881a03f929d (diff)
Added in credits.
Diffstat (limited to 'actions/apigrouplist.php')
-rw-r--r--actions/apigrouplist.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/actions/apigrouplist.php b/actions/apigrouplist.php
index 1fc31831a..c529c1e40 100644
--- a/actions/apigrouplist.php
+++ b/actions/apigrouplist.php
@@ -21,6 +21,9 @@
*
* @category API
* @package StatusNet
+ * @author Craig Andrews <candrews@integralblue.com>
+ * @author Evan Prodromou <evan@status.net>
+ * @author Jeffery To <jeffery.to@gmail.com>
* @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
@@ -38,6 +41,9 @@ require_once INSTALLDIR . '/lib/apibareauth.php';
*
* @category API
* @package StatusNet
+ * @author Craig Andrews <candrews@integralblue.com>
+ * @author Evan Prodromou <evan@status.net>
+ * @author Jeffery To <jeffery.to@gmail.com>
* @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/
@@ -59,7 +65,7 @@ class ApiGroupListAction extends ApiBareAuthAction
function prepare($args)
{
parent::prepare($args);
-
+
$this->user = $this->getTargetUser($id);
$this->groups = $this->getGroups();