From: Evan Prodromou Date: Tue, 29 Sep 2009 13:12:44 +0000 (-0400) Subject: stop overwriting created timestamp on group edit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=155ba6c103b3672656937ad36bec02cb9c7834e5;p=quix0rs-gnu-social.git stop overwriting created timestamp on group edit --- diff --git a/actions/editgroup.php b/actions/editgroup.php index e7ba836a01..b8dac31cb1 100644 --- a/actions/editgroup.php +++ b/actions/editgroup.php @@ -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);