summaryrefslogtreecommitdiff
path: root/actions/apitimelinegroup.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-03 18:20:45 -0500
committerEvan Prodromou <evan@status.net>2010-03-03 18:20:45 -0500
commit0f1c6e239acbf2c024c3aae9819d891f02b05bfd (patch)
tree42e923d0b8dd35ca2592a68a4dd26e686361b4c2 /actions/apitimelinegroup.php
parent13521cb510f2377e9b865b0506f92ada9ef9b3cd (diff)
parent4103e8584c7ccfb444af0814345104afedd2c6fc (diff)
Merge branch 'testing'
Diffstat (limited to 'actions/apitimelinegroup.php')
-rw-r--r--actions/apitimelinegroup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelinegroup.php b/actions/apitimelinegroup.php
index d0af49844..e30a08fb5 100644
--- a/actions/apitimelinegroup.php
+++ b/actions/apitimelinegroup.php
@@ -140,7 +140,7 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction
// @todo set all this Atom junk up inside the feed class
- $atom->setId($id);
+ #$atom->setId($id);
$atom->setTitle($title);
$atom->setSubtitle($subtitle);
$atom->setLogo($logo);