X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FDirectory.php;h=f24c0665074d4f4f942c9aad427edd76e0ad45a9;hb=8c03bdada92845974ecadeecb9e673c7ffac22b4;hp=1cdd971e8ac21c8753c0b158112b16635473b46d;hpb=f8c0f24e34e124ab782d5dcf3d2d658d70e19e5c;p=friendica.git diff --git a/src/Module/Directory.php b/src/Module/Directory.php index 1cdd971e8a..f24c066507 100644 --- a/src/Module/Directory.php +++ b/src/Module/Directory.php @@ -21,7 +21,7 @@ use Friendica\Util\Strings; */ class Directory extends BaseModule { - public static function content() + public static function content(array $parameters = []) { $app = self::getApp(); $config = $app->getConfig();