]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Proxy.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / Module / Proxy.php
index abe9a8c2e9f4ba77d1f5217a8af394d04def3777..419289c39f6e2927b57871c20abec77e89d39880 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
  *
@@ -44,7 +44,7 @@ class Proxy extends BaseModule
        /**
         * Fetch remote image content
         */
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $request = $this->getRequestInfo();