X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAttach.php;h=bd785881c3d067a9a36cdfb0a17bf2ae7b84740c;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=c35e6b9ba393405be0ac94393a1fbbb1483ae3d5;hpb=4208535c16f0e8196effe230cc34141551a7be18;p=friendica.git diff --git a/src/Module/Attach.php b/src/Module/Attach.php index c35e6b9ba3..bd785881c3 100644 --- a/src/Module/Attach.php +++ b/src/Module/Attach.php @@ -34,7 +34,7 @@ class Attach extends BaseModule /** * Return to user an attached file given the id */ - public function rawContent() + protected function rawContent(array $request = []) { $a = DI::app(); if (empty($this->parameters['item'])) {