]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Media.php
Removed redundant maximagesize = INF statements
[friendica.git] / src / Module / Contact / Media.php
index a3a498b6d1de8b5c1fea50bcd4f22c92826980bb..0678cacd3e792b05b6511eceece610e15e73d435 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
  *
@@ -34,7 +34,7 @@ use Friendica\Network\HTTPException\BadRequestException;
  */
 class Media extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                $cid = $this->parameters['id'];