diff options
author | Evan Prodromou <evan@status.net> | 2009-09-29 09:12:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-09-29 09:12:44 -0400 |
commit | 155ba6c103b3672656937ad36bec02cb9c7834e5 (patch) | |
tree | 18217355b47ca25b0b7c79b9985ac159f58f5169 /actions | |
parent | 6b7a007ef2e3ea64be547923b97f08670dc13d14 (diff) |
stop overwriting created timestamp on group edit
Diffstat (limited to 'actions')
-rw-r--r-- | actions/editgroup.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/editgroup.php b/actions/editgroup.php index e7ba836a0..b8dac31cb 100644 --- a/actions/editgroup.php +++ b/actions/editgroup.php @@ -250,7 +250,6 @@ class EditgroupAction extends GroupDesignAction $this->group->homepage = $homepage; $this->group->description = $description; $this->group->location = $location; - $this->group->created = common_sql_now(); $result = $this->group->update($orig); |