]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/NoScrape.php
API: add list members editing
[friendica.git] / src / Module / NoScrape.php
index 06bce3e2486d97bb4c43c40f0a1ea0267d236202..c315ff0454220768dea0e5d429694156a3898d6a 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
  *
@@ -35,7 +35,7 @@ use Friendica\Model\User;
  */
 class NoScrape extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $a = DI::app();