]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Hovercard.php
Add Dice logging for Module creation
[friendica.git] / src / Module / Contact / Hovercard.php
index 840177d868bede3f1b7abdbcfca4595c3247a98f..adc503fa513116cf4ad51d9f4289764bae082889 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -35,7 +35,7 @@ use Friendica\Util\Strings;
  */
 class Hovercard extends BaseModule
 {
-       public static function rawContent(array $parameters = [])
+       protected function rawContent(array $request = [])
        {
                $contact_url = $_REQUEST['url'] ?? '';