X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FCredits.php;h=5abe1601ea89498ab977439967bf214c93a55462;hb=bd62d548db39b617d087aabb536435004adf0470;hp=b0a6545c38b0ca8d875595657353d1f97d1a7f52;hpb=abe6724629b851c6cce965a0aa03658b9dae8c62;p=friendica.git diff --git a/src/Module/Credits.php b/src/Module/Credits.php index b0a6545c38..5abe1601ea 100644 --- a/src/Module/Credits.php +++ b/src/Module/Credits.php @@ -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');