]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinetag.php
These same params are used in most API actions; moved to base API class
[quix0rs-gnu-social.git] / actions / apitimelinetag.php
index 8211b01226b04ded65d63028077769710d83eea9..53e79e4b9e9c10c88ce7dea2dddd10dadf47e7e6 100644 (file)
@@ -61,10 +61,7 @@ class ApiTimelineTagAction extends ApiAction
     {
         parent::prepare($args);
 
-        $this->page     = (int)$this->arg('page', 1);
-        $this->count    = (int)$this->arg('count', 20);
-        $this->tag      = $this->arg('tag');
-
+        $this->tag     = $this->arg('tag');
         $this->notices = $this->getNotices();
 
         return true;