]> 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 ff462fd3e2de79202b260c9ddbe6a5e39765f039..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 function rawContent()
+       protected function rawContent(array $request = [])
        {
                $config = DI::config();