diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-18 02:01:06 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-18 02:01:06 -0700 |
commit | 57274d21ba554e43c6fcd90555388a60d3de014d (patch) | |
tree | 41fe8f986b8f41312058ee026069c2d098f2c27e /actions/grouplogo.php | |
parent | dff43c03e4cdd76419a430f0942e9eacf30e13b7 (diff) |
Group theming.
Diffstat (limited to 'actions/grouplogo.php')
-rw-r--r-- | actions/grouplogo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/grouplogo.php b/actions/grouplogo.php index fe6127da2..8f6158dac 100644 --- a/actions/grouplogo.php +++ b/actions/grouplogo.php @@ -50,7 +50,7 @@ define('MAX_ORIGINAL', 480); * @link http://laconi.ca/ */ -class GrouplogoAction extends Action +class GrouplogoAction extends GroupDesignAction { var $mode = null; var $imagefile = null; |