]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ParseUrl.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / ParseUrl.php
index 0b1548ed5ef4f00964fb71e3308818f019b12d04..092d6ec747bd0ac96cf495757c4f3bad7a60a6ff 100644 (file)
@@ -31,7 +31,7 @@ use Friendica\Util;
 
 class ParseUrl extends BaseModule
 {
-       public static function rawContent(array $parameters = [])
+       public function rawContent()
        {
                if (!Session::isAuthenticated()) {
                        throw new \Friendica\Network\HTTPException\ForbiddenException();