]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinepublic.php
These same params are used in most API actions; moved to base API class
[quix0rs-gnu-social.git] / actions / apitimelinepublic.php
index a635ddc91e3abc96e565166f4727ea4c2151bd3f..b992136d1f4dc4a35896872973e18b45430151cd 100644 (file)
@@ -61,12 +61,6 @@ class ApiTimelinePublicAction extends ApiAction
     {
         parent::prepare($args);
 
-        $this->page     = (int)$this->arg('page', 1);
-        $this->count    = (int)$this->arg('count', 20);
-        $this->max_id   = (int)$this->arg('max_id', 0);
-        $this->since_id = (int)$this->arg('since_id', 0);
-        $this->since    = $this->arg('since');
-
         $this->notices = $this->getNotices();
 
         return true;