summaryrefslogtreecommitdiff
path: root/actions/apitimelinetag.php
diff options
context:
space:
mode:
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();