]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Security/OpenID.php
adaptions
[friendica.git] / src / Module / Security / OpenID.php
index 360c9c672f3c6e06c029b9426b9084f29cee498e..fec00f8ea13f8d9ed108799cd348f227a04f6222 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
  *
@@ -31,7 +31,7 @@ use LightOpenID;
  */
 class OpenID extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                if (DI::config()->get('system', 'no_openid')) {
                        DI::baseUrl()->redirect();