From d53b4b9b8411f8edbbeba57bdbc3b2e06c41c18e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 25 Feb 2010 12:05:22 -0500 Subject: save mainpage element for groups --- actions/editgroup.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/editgroup.php') 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); -- cgit v1.2.3-54-g00ecf