forked from GNUsocial/gnu-social
stop overwriting created timestamp on group edit
This commit is contained in:
parent
6b7a007ef2
commit
155ba6c103
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user