diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:54 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:54 -0400 |
commit | c442b400b985cb9e30bf036007bcffc96807d5a3 (patch) | |
tree | aebb66931d6f15336df8bfcf05202b37ee4aff43 /actions/editgroup.php | |
parent | 65b4cfbb54f5b44820dd02bb9c3c2ca98dbbd321 (diff) | |
parent | 87f54c1136fa4ddc476baad0adeaf1b4e7097cc5 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'actions/editgroup.php')
-rw-r--r-- | actions/editgroup.php | 6 |
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() { |