From: Mikael Nordfeldth Date: Thu, 9 Jul 2015 11:46:03 +0000 (+0200) Subject: API actions are not ManagedAction yet X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43cec8eaac878ee1b65d318ed44cb52af2b97e15;p=quix0rs-gnu-social.git API actions are not ManagedAction yet --- 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; } /**