diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 07:45:06 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 07:45:06 -0700 |
commit | 3a0c6d6c6d33bf343c832be3bc38ec85062588c4 (patch) | |
tree | 282137f4ac2b4d28bdbacd1052cb975dc6647385 /actions/showgroup.php | |
parent | ba3a484a655f93329463465d224dfc6ae6494434 (diff) | |
parent | c442b400b985cb9e30bf036007bcffc96807d5a3 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 357f579d8..b6a0f4844 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -47,10 +47,9 @@ define('MEMBERS_PER_SECTION', 27); * @link http://laconi.ca/ */ -class ShowgroupAction extends Action +class ShowgroupAction extends GroupDesignAction { - /** group we're viewing. */ - var $group = null; + /** page we're viewing. */ var $page = null; |