]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/editgroup.php
New individual actions for dealing with groups via API
[quix0rs-gnu-social.git] / actions / editgroup.php
index 0c2dc8bdf89ef027141d09d38ae1de434696bfc7..5dd039f8a30c3dc55d4d64f9994890e5e1bfe8c2 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);