X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fbookmarklet.php;h=593b4fa661365ec8d38ef64c87f79a5ce0e98966;hb=c4d3ab68785122ff070c65a444aaa0833b746b2b;hp=2e0d449711eb569cf6c832a06f9b394197f66608;hpb=066b776dcce54d39b56ad1075bef150d4125467b;p=friendica.git diff --git a/mod/bookmarklet.php b/mod/bookmarklet.php index 2e0d449711..593b4fa661 100644 --- a/mod/bookmarklet.php +++ b/mod/bookmarklet.php @@ -7,7 +7,7 @@ use Friendica\Module\Login; require_once('include/conversation.php'); require_once('include/items.php'); -function bookmarklet_init(App $a) +function bookmarklet_init() { $_GET["mode"] = "minimal"; } @@ -26,7 +26,7 @@ function bookmarklet_content(App $a) if (!strstr($referer, $page)) { $content = add_page_info($_REQUEST["url"]); - $x = array( + $x = [ 'is_owner' => true, 'allow_location' => $a->user['allow_location'], 'default_location' => $a->user['default-location'], @@ -39,7 +39,7 @@ function bookmarklet_content(App $a) 'profile_uid' => local_user(), 'title' => trim($_REQUEST["title"], "*"), 'content' => $content - ); + ]; $o = status_editor($a, $x, 0, false); $o .= ""; } else {