]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Photo.php
Merge remote-tracking branch 'upstream/2021.12-rc' into lemmy
[friendica.git] / src / Module / Photo.php
index 824edeb6afadeb3b989cd4ed9b55935d92aab85a..a92568015ca72042361bb64425f90ba330feb578 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
  *
@@ -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);