]> 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:12:44 +0000 (09:12 -0400)
actions/editgroup.php

index e7ba836a0153dfe79531c46fcb926d2655c6dc3a..b8dac31cb180421a565e62c2e9d10e5cbdadaba7 100644 (file)
@@ -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);