]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Acctlink.php
Merge pull request #11411 from annando/creation-date
[friendica.git] / src / Module / Acctlink.php
index 81b2c2391c263ed1f5b01dd9aa99cb27c3888725..3fa679ebc3ff629fa9ee2788dcb6f70825afbd20 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\Network\HTTPException\NotFoundException;
  */
 class Acctlink extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $addr = trim($_GET['addr'] ?? '');
                if (!$addr) {