diff --git a/actions/apitimelinetag.php b/actions/apitimelinetag.php index 04a4727a9d..1184440c7d 100644 --- a/actions/apitimelinetag.php +++ b/actions/apitimelinetag.php @@ -51,10 +51,14 @@ class ApiTimelineTagAction extends ApiPrivateAuthAction { var $notices = null; - protected function doPreparation() + protected function prepare(array $args=array()) { + parent::prepare($args); + $this->tag = $this->arg('tag'); $this->notices = $this->getNotices(); + + return true; } /**