]> 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 f8665c535714a2f42f5d4642a7f125ef33228768..092d6ec747bd0ac96cf495757c4f3bad7a60a6ff 100644 (file)
@@ -31,7 +31,7 @@ use Friendica\Util;
 
 class ParseUrl extends BaseModule
 {
-       public static function rawContent()
+       public function rawContent()
        {
                if (!Session::isAuthenticated()) {
                        throw new \Friendica\Network\HTTPException\ForbiddenException();