]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Attach.php
Standards
[friendica.git] / src / Module / Attach.php
index c35e6b9ba393405be0ac94393a1fbbb1483ae3d5..bd785881c3d067a9a36cdfb0a17bf2ae7b84740c 100644 (file)
@@ -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'])) {