]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Moved oEmbed stuff out to a plugin (Oembed).
[quix0rs-gnu-social.git] / lib / action.php
index e219847c702be29110b7a4a1e60bb30220bc578f..4d917dc69e1fe7d2581b1a604e9a1a10799cb1c8 100644 (file)
@@ -166,6 +166,11 @@ class Action extends HTMLOutputter // lawsuit
         return $this->scoped;
     }
 
+    public function getActionName()
+    {
+        return $this->action;
+    }
+
     /**
      * Show page, a template method.
      *