summaryrefslogtreecommitdiff
path: root/actions/editgroup.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-09-29 18:03:10 -0400
committerEvan Prodromou <evan@status.net>2009-09-29 18:03:10 -0400
commitfe7848e8b87b6a3f44fc8b7a58f79812d197dec2 (patch)
tree7fda5c89a9cf78f2740f5b973e832e07b06f4992 /actions/editgroup.php
parent4298f28eaed04a1247a1e474844e91fbbc992013 (diff)
parent5309910b9b4dd2533ff5b2190f90bf415fd20113 (diff)
Merge branch '0.8.x' into 0.9.x
Conflicts: actions/twitapistatuses.php
Diffstat (limited to 'actions/editgroup.php')
-rw-r--r--actions/editgroup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/editgroup.php b/actions/editgroup.php
index 0c2dc8bdf..5dd039f8a 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);