summaryrefslogtreecommitdiff
path: root/actions/editgroup.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-09-29 09:12:44 -0400
committerEvan Prodromou <evan@status.net>2009-09-29 09:12:44 -0400
commit155ba6c103b3672656937ad36bec02cb9c7834e5 (patch)
tree18217355b47ca25b0b7c79b9985ac159f58f5169 /actions/editgroup.php
parent6b7a007ef2e3ea64be547923b97f08670dc13d14 (diff)
stop overwriting created timestamp on group edit
Diffstat (limited to 'actions/editgroup.php')
-rw-r--r--actions/editgroup.php1
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);