API actions are not ManagedAction yet
This commit is contained in:
parent
2103075ffa
commit
43cec8eaac
@ -51,10 +51,14 @@ class ApiTimelineTagAction extends ApiPrivateAuthAction
|
|||||||
{
|
{
|
||||||
var $notices = null;
|
var $notices = null;
|
||||||
|
|
||||||
protected function doPreparation()
|
protected function prepare(array $args=array())
|
||||||
{
|
{
|
||||||
|
parent::prepare($args);
|
||||||
|
|
||||||
$this->tag = $this->arg('tag');
|
$this->tag = $this->arg('tag');
|
||||||
$this->notices = $this->getNotices();
|
$this->notices = $this->getNotices();
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user