projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7a007
)
stop overwriting created timestamp on group edit
author
Evan Prodromou
<evan@status.net>
Tue, 29 Sep 2009 13:12:44 +0000
(09:12 -0400)
committer
Evan Prodromou
<evan@status.net>
Tue, 29 Sep 2009 13:12:44 +0000
(09:12 -0400)
actions/editgroup.php
patch
|
blob
|
history
diff --git
a/actions/editgroup.php
b/actions/editgroup.php
index e7ba836a0153dfe79531c46fcb926d2655c6dc3a..b8dac31cb180421a565e62c2e9d10e5cbdadaba7 100644
(file)
--- 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);