]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Credits.php
Added parameters
[friendica.git] / src / Module / Credits.php
index b0a6545c38b0ca8d875595657353d1f97d1a7f52..5abe1601ea89498ab977439967bf214c93a55462 100644 (file)
@@ -13,7 +13,7 @@ use Friendica\Core\Renderer;
  */
 class Credits extends BaseModule
 {
-       public static function content()
+       public static function content($parameters)
        {
                /* fill the page with credits */
                $credits_string = file_get_contents('CREDITS.txt');