X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FOembed%2Factions%2Foembed.php;h=afaaa2ded5dea0f93c7fd1582aba19ce48733aa8;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=ccba4c42a585dfd8a77949598764a9cff09833a0;hpb=c94d9994d898eddf654121ac45d455891954e830;p=quix0rs-gnu-social.git diff --git a/plugins/Oembed/actions/oembed.php b/plugins/Oembed/actions/oembed.php index ccba4c42a5..afaaa2ded5 100644 --- a/plugins/Oembed/actions/oembed.php +++ b/plugins/Oembed/actions/oembed.php @@ -230,7 +230,7 @@ class OembedAction extends Action * * @return boolean is read only action? */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; }