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=4312ea90aa46299bfd77454e441f9ecb867fadd1;p=quix0rs-gnu-social.git stop overwriting created timestamp on group edit --- diff --git a/actions/editgroup.php b/actions/editgroup.php index cac910e9bc..652719a33d 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);