X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Foembed.php;h=bef707f92adeb8c1cec8e8cbd81fd536ee8ddc4b;hb=6c671141982c5837a2e5bf1e90de389c728d5dee;hp=09d68a446e58945fb425242e5d925b0eb3f4094c;hpb=2617c40e048aee071b72b4b5f664fab36e6c632d;p=quix0rs-gnu-social.git diff --git a/actions/oembed.php b/actions/oembed.php index 09d68a446e..bef707f92a 100644 --- a/actions/oembed.php +++ b/actions/oembed.php @@ -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; + } }