summaryrefslogtreecommitdiff
path: root/actions/apigroupismember.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apigroupismember.php')
-rw-r--r--actions/apigroupismember.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/actions/apigroupismember.php b/actions/apigroupismember.php
index 6cf327012..a8a40a6b3 100644
--- a/actions/apigroupismember.php
+++ b/actions/apigroupismember.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/
@@ -45,7 +51,6 @@ require_once INSTALLDIR . '/lib/apibareauth.php';
class ApiGroupIsMemberAction extends ApiBareAuthAction
{
- var $user = null;
var $group = null;
/**