]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Star.php
Normalize base URL usage in admin templates
[friendica.git] / src / Module / Item / Star.php
index b3e4ed2a134e86b33530e00b09fa64b7daa2736b..8f444d54edfdf79c95eb99964622cf6f539226c5 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
  *
@@ -35,7 +35,7 @@ use Friendica\Network\HTTPException;
  */
 class Star extends BaseModule
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                $l10n = DI::l10n();