diff options
author | Evan Prodromou <evan@status.net> | 2009-09-29 18:03:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-09-29 18:03:10 -0400 |
commit | fe7848e8b87b6a3f44fc8b7a58f79812d197dec2 (patch) | |
tree | 7fda5c89a9cf78f2740f5b973e832e07b06f4992 /actions | |
parent | 4298f28eaed04a1247a1e474844e91fbbc992013 (diff) | |
parent | 5309910b9b4dd2533ff5b2190f90bf415fd20113 (diff) |
Merge branch '0.8.x' into 0.9.x
Conflicts:
actions/twitapistatuses.php
Diffstat (limited to 'actions')
-rw-r--r-- | actions/editgroup.php | 1 |
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); |