diff options
author | Evan Prodromou <evan@status.net> | 2010-02-25 12:05:22 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-25 12:05:22 -0500 |
commit | d53b4b9b8411f8edbbeba57bdbc3b2e06c41c18e (patch) | |
tree | 2f6acc169e8061838ac92f4f78b8ab92f16021dd /actions/editgroup.php | |
parent | 8f42d375939116eff482b3d07a8feaa4cc29c984 (diff) |
save mainpage element for groups
Diffstat (limited to 'actions/editgroup.php')
-rw-r--r-- | actions/editgroup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/editgroup.php b/actions/editgroup.php index bbbb7a0f4..d486db0c0 100644 --- a/actions/editgroup.php +++ b/actions/editgroup.php @@ -249,6 +249,7 @@ class EditgroupAction extends GroupDesignAction $this->group->homepage = $homepage; $this->group->description = $description; $this->group->location = $location; + $this->group->mainpage = common_local_url('showgroup', array('nickname' => $nickname)); $result = $this->group->update($orig); |