X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBookmarklet.php;h=970eb4790f66507d2cf9b1abf53fb3326214db86;hb=9e3dbfab3ec950c32b7a7eae20e2f67ae6008a73;hp=d581b81e85b01360591782038e85ba72d091152d;hpb=536fbe5af17a4a393ea440155e2770f63b5a71f5;p=friendica.git diff --git a/src/Module/Bookmarklet.php b/src/Module/Bookmarklet.php index d581b81e85..970eb4790f 100644 --- a/src/Module/Bookmarklet.php +++ b/src/Module/Bookmarklet.php @@ -1,6 +1,6 @@ trim($_REQUEST['title'] ?? '', '*'), 'content' => $content ]; - $output = status_editor($app, $x, 0, false); + $output = DI::conversation()->statusEditor($x, 0, false); $output .= ""; } else { $output = '

' . DI::l10n()->t('The post was created') . '

';