summaryrefslogtreecommitdiff
path: root/actions/editgroup.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-18 02:01:06 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-18 02:01:06 -0700
commit57274d21ba554e43c6fcd90555388a60d3de014d (patch)
tree41fe8f986b8f41312058ee026069c2d098f2c27e /actions/editgroup.php
parentdff43c03e4cdd76419a430f0942e9eacf30e13b7 (diff)
Group theming.
Diffstat (limited to 'actions/editgroup.php')
-rw-r--r--actions/editgroup.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/actions/editgroup.php b/actions/editgroup.php
index 29a7bce43..6aa6f8b11 100644
--- a/actions/editgroup.php
+++ b/actions/editgroup.php
@@ -23,6 +23,7 @@
* @package Laconica
* @author Evan Prodromou <evan@controlyourself.ca>
* @author Sarven Capadisli <csarven@controlyourself.ca>
+ * @author Zach Copley <zach@controlyourself.ca>
* @copyright 2008-2009 Control Yourself, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://laconi.ca/
@@ -40,14 +41,15 @@ if (!defined('LACONICA')) {
* @category Group
* @package Laconica
* @author Evan Prodromou <evan@controlyourself.ca>
+ * @author Zach Copley <zach@controlyourself.ca>
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://laconi.ca/
*/
-class EditgroupAction extends Action
+class EditgroupAction extends GroupDesignAction
{
+
var $msg;
- var $group = null;
function title()
{