]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ParseUrl.php
Use centralized function to fetch query results
[friendica.git] / src / Module / ParseUrl.php
index 092d6ec747bd0ac96cf495757c4f3bad7a60a6ff..afb54ea325b35936643e8e90e923a893c1da8fc5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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();