]> 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 0f9112d11f0efd799be7cc48c3e625236f0ae073..2ae8009e251617092a9ba07420606db4901039a8 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
  *
@@ -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();