]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Manifest.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / Module / Manifest.php
index 754e08c3ca5ab4cd0725d0ac8df446fc9d4e26fb..2ae8009e251617092a9ba07420606db4901039a8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -27,7 +27,7 @@ use Friendica\DI;
 
 class Manifest extends BaseModule
 {
-       public static function rawContent(array $parameters = [])
+       protected function rawContent(array $request = [])
        {
                $config = DI::config();