X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FSmilies.php;h=1ea992d68e9e3d79c433604170342c6cc26a0b2b;hb=f114ad188353910f1714a2df04affb7e5ee58253;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'] ?? []);