]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Help.php
Update src/Module/Api/Friendica/Photoalbum/Index.php
[friendica.git] / src / Module / Help.php
index 05cce5cc59165cad68c2aca09b231134e3bb8cd1..4703c3216520e64b2605bd9fb8034af4058c3a74 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
  *
@@ -32,7 +32,7 @@ use Friendica\Network\HTTPException;
  */
 class Help extends BaseModule
 {
-       public static function content(array $parameters = [])
+       protected function content(array $request = []): string
        {
                Nav::setSelected('help');
 
@@ -41,7 +41,7 @@ class Help extends BaseModule
 
                $config = DI::config();
                $lang = DI::session()->get('language', $config->get('system', 'language'));
-               
+
                // @TODO: Replace with parameter from router
                if (DI::args()->getArgc() > 1) {
                        $path = '';