stop overwriting created timestamp on group edit
This commit is contained in:
parent
92ac156cbe
commit
4312ea90aa
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user