]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
API actions are not ManagedAction yet
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 9 Jul 2015 11:46:03 +0000 (13:46 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 9 Jul 2015 11:46:03 +0000 (13:46 +0200)
actions/apitimelinetag.php

index 04a4727a9d8bfe7ddc0cb3a4dfe8d134509953df..1184440c7ddd9742f8388ad84130e61b8e53d9e5 100644 (file)
@@ -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;
     }
 
     /**