diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:35:04 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:35:04 -0400 |
commit | 9c2f04afc6e70032da5aeb0441e6e0a9b0ffe253 (patch) | |
tree | 560a55d1f71428b73d3ac7e9ed619f54e2b37bb0 /actions/usergroups.php | |
parent | d7e3bab0b81fa7cd7f120e4ff53f89c70c18bad5 (diff) |
make some of the actions show the user's design
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r-- | actions/usergroups.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php index e3088dcbd..7ead6e6e4 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -46,9 +46,8 @@ require_once INSTALLDIR.'/lib/grouplist.php'; * @link http://laconi.ca/ */ -class UsergroupsAction extends Action +class UsergroupsAction extends OwnerDesignAction { - var $user = null; var $page = null; var $profile = null; |