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