]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / Module / Owa.php
index 6062f2c998a32b6de67ef23a3098c1e0794d34f1..eaba8abd53025704c82cbe810bb94110e24a1b6a 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
  *
@@ -44,7 +44,7 @@ use Friendica\Util\Strings;
  */
 class Owa extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $ret = [ 'success' => false ];