]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Pin.php
Normalize base URL usage in admin templates
[friendica.git] / src / Module / Item / Pin.php
index 12ff94655346f9cb3bc352ebe596407bfe046909..d002e8bff1376266b7b06de607807be6e653af7d 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;
  */
 class Pin extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $l10n = DI::l10n();