]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/oembed.php
Mark OembedAction, XrdAction, and (plugin) AutocompleteAction as read-only. Tweaked...
[quix0rs-gnu-social.git] / actions / oembed.php
index 09d68a446e58945fb425242e5d925b0eb3f4094c..bef707f92adeb8c1cec8e8cbd81fd536ee8ddc4b 100644 (file)
@@ -215,4 +215,15 @@ class OembedAction extends Action
         return;
     }
 
+    /**
+     * Is this action read-only?
+     *
+     * @param array $args other arguments
+     *
+     * @return boolean is read only action?
+     */
+    function isReadOnly($args)
+    {
+        return true;
+    }
 }