]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Photo.php
Merge pull request #11128 from annando/diaspora-contact-details
[friendica.git] / src / Module / Photo.php
index 824edeb6afadeb3b989cd4ed9b55935d92aab85a..e1eae44bd78b0b8a8396e2929ae49418ada26364 100644 (file)
@@ -51,7 +51,7 @@ class Photo extends BaseModule
         * Fetch a photo or an avatar, in optional size, check for permissions and
         * return the image
         */
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $totalstamp = microtime(true);