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:16:15 -0400 |
commit | 4312ea90aa46299bfd77454e441f9ecb867fadd1 (patch) | |
tree | b3ff7d87e6e06b6c4c414fa95be2b6d2f150b1e4 /actions/editgroup.php | |
parent | 92ac156cbe588f2fdf86ac8c3391e4057852ac77 (diff) |
stop overwriting created timestamp on group edit
Diffstat (limited to 'actions/editgroup.php')
-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 cac910e9b..652719a33 100644 --- a/actions/editgroup.php +++ b/actions/editgroup.php @@ -244,7 +244,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); |