]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Credits.php
Possibly Avoid database error when storing photo item
[friendica.git] / src / Module / Credits.php
index cf3a4ca3424cd27aefb809a8773487a1db46d046..cdd16c7b45a8da2403579055c9a1a06353628010 100644 (file)
@@ -32,7 +32,7 @@ use Friendica\DI;
  */
 class Credits extends BaseModule
 {
-       public static function content()
+       protected function content(array $request = []): string
        {
                /* fill the page with credits */
                $credits_string = file_get_contents('CREDITS.txt');