stop overwriting created timestamp on group edit

This commit is contained in:
Evan Prodromou 2009-09-29 09:12:44 -04:00
parent 6b7a007ef2
commit 155ba6c103

View File

@ -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);