]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Bookmarklet.php
Merge pull request #11360 from annando/announce-notification
[friendica.git] / src / Module / Bookmarklet.php
index 408fb50b25eec78226accf43916a6a52a89d28b5..970eb4790f66507d2cf9b1abf53fb3326214db86 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\Util\Strings;
  */
 class Bookmarklet extends BaseModule
 {
-       public static function content()
+       protected function content(array $request = []): string
        {
                $_GET['mode'] = 'minimal';