diff options
-rw-r--r-- | actions/editgroup.php | 1 |
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); |