X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FOwa.php;h=2b8aa81bdbddd6d66a03684f7440d4dede838011;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=6062f2c998a32b6de67ef23a3098c1e0794d34f1;hpb=0b6e0566d75e145afb92dca61325fd423ed6f2eb;p=friendica.git diff --git a/src/Module/Owa.php b/src/Module/Owa.php index 6062f2c998..2b8aa81bdb 100644 --- a/src/Module/Owa.php +++ b/src/Module/Owa.php @@ -44,7 +44,7 @@ use Friendica\Util\Strings; */ class Owa extends BaseModule { - public function rawContent() + protected function rawContent(array $request = []) { $ret = [ 'success' => false ];