X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FParseUrl.php;h=7ccc8bd5707dcd1e269afb8b96cdc6e1dc38df72;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=092d6ec747bd0ac96cf495757c4f3bad7a60a6ff;hpb=489cd0884ade34932fee45f136f77949bb3e3f91;p=friendica.git diff --git a/src/Module/ParseUrl.php b/src/Module/ParseUrl.php index 092d6ec747..7ccc8bd570 100644 --- a/src/Module/ParseUrl.php +++ b/src/Module/ParseUrl.php @@ -31,7 +31,7 @@ use Friendica\Util; class ParseUrl extends BaseModule { - public function rawContent() + protected function rawContent(array $request = []) { if (!Session::isAuthenticated()) { throw new \Friendica\Network\HTTPException\ForbiddenException();