X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FSmilies.php;h=1ea992d68e9e3d79c433604170342c6cc26a0b2b;hb=7072a7178896c567caf5003e94a8f8045221bd8f;hp=1ffff65c07273dfc7ab63166e6e4824acd906306;hpb=714f0febc4918f5569eb09f8800b6739cff36347;p=friendica.git diff --git a/src/Module/Smilies.php b/src/Module/Smilies.php index 1ffff65c07..1ea992d68e 100644 --- a/src/Module/Smilies.php +++ b/src/Module/Smilies.php @@ -1,6 +1,6 @@ getArgv()[1]) && (DI::args()->getArgv()[1] === "json")) { $smilies = Content\Smilies::getList(); @@ -45,7 +45,7 @@ class Smilies extends BaseModule } } - public static function content() + protected function content(array $request = []): string { $smilies = Content\Smilies::getList(); $count = count($smilies['texts'] ?? []);