diff options
author | Zach Copley <zach@status.net> | 2009-10-09 17:11:40 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-09 17:11:40 -0700 |
commit | 559918826a714c1ee2ecdc49dcfc2b67451a9864 (patch) | |
tree | e65d7dd47e0e0a4d19e0774e09efa2f7818e2419 /actions/apitimelinegroup.php | |
parent | 931e19073d522a41a54b5e9a77b213a10da95476 (diff) |
Remove more redundant $formats
Diffstat (limited to 'actions/apitimelinegroup.php')
-rw-r--r-- | actions/apitimelinegroup.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/apitimelinegroup.php b/actions/apitimelinegroup.php index 9d6ac6ad1..abe7f0c5d 100644 --- a/actions/apitimelinegroup.php +++ b/actions/apitimelinegroup.php @@ -70,7 +70,6 @@ class ApiTimelineGroupAction extends ApiAction $this->group = $this->getTargetGroup($this->arg('id')); - $this->format = $this->arg('format'); $this->notices = $this->getNotices(); return true; |