summaryrefslogtreecommitdiff
path: root/actions/apitimelinetag.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-09 17:11:40 -0700
committerZach Copley <zach@status.net>2009-10-09 17:11:40 -0700
commit559918826a714c1ee2ecdc49dcfc2b67451a9864 (patch)
treee65d7dd47e0e0a4d19e0774e09efa2f7818e2419 /actions/apitimelinetag.php
parent931e19073d522a41a54b5e9a77b213a10da95476 (diff)
Remove more redundant $formats
Diffstat (limited to 'actions/apitimelinetag.php')
-rw-r--r--actions/apitimelinetag.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/apitimelinetag.php b/actions/apitimelinetag.php
index 0efe8d244..8211b0122 100644
--- a/actions/apitimelinetag.php
+++ b/actions/apitimelinetag.php
@@ -64,7 +64,6 @@ class ApiTimelineTagAction extends ApiAction
$this->page = (int)$this->arg('page', 1);
$this->count = (int)$this->arg('count', 20);
$this->tag = $this->arg('tag');
- $this->format = $this->arg('format');
$this->notices = $this->getNotices();