]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
stop overwriting created timestamp on group edit
authorEvan Prodromou <evan@status.net>
Tue, 29 Sep 2009 13:12:44 +0000 (09:12 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 29 Sep 2009 13:16:15 +0000 (09:16 -0400)
actions/editgroup.php

index cac910e9bc56d96ca17580ed3a2494ee343ad19a..652719a33d7106e459a62496503c2298432eaac6 100644 (file)
@@ -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);