summaryrefslogtreecommitdiff
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:16:15 -0400
commit4312ea90aa46299bfd77454e441f9ecb867fadd1 (patch)
treeb3ff7d87e6e06b6c4c414fa95be2b6d2f150b1e4
parent92ac156cbe588f2fdf86ac8c3391e4057852ac77 (diff)
stop overwriting created timestamp on group edit
-rw-r--r--actions/editgroup.php1
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);