X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fbookmarklet.php;h=785a2fbea1014d0e8bce535617f259616dd3cc64;hb=2196a0577b29dcec1ba4d2c32be10fa5f0e91034;hp=86a73a788428d59158fff219cce5a44f743ccb56;hpb=8b7d5d0efc3e28b2f7a5407f6583c8232739aa71;p=friendica.git diff --git a/mod/bookmarklet.php b/mod/bookmarklet.php index 86a73a7884..785a2fbea1 100644 --- a/mod/bookmarklet.php +++ b/mod/bookmarklet.php @@ -1,13 +1,16 @@ '.t('Login').''; $o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true); @@ -15,7 +18,7 @@ function bookmarklet_content(&$a) { } $referer = normalise_link($_SERVER["HTTP_REFERER"]); - $page = normalise_link(App::get_baseurl()."/bookmarklet"); + $page = normalise_link(System::baseUrl()."/bookmarklet"); if (!strstr($referer, $page)) { $content = add_page_info($_REQUEST["url"]);