stop overwriting created timestamp on group edit

This commit is contained in:
Evan Prodromou 2009-09-29 09:12:44 -04:00
parent 92ac156cbe
commit 4312ea90aa
1 changed files with 0 additions and 1 deletions

View File

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