X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Foexchange.php;h=88edc9d60c17e097e16ba2141cfa0d5920476ffa;hb=f22fe7118d52251dbd0898279ef078b797885ec4;hp=4f2d7e0eb8449e97a0c48f8e1332367b05f46d97;hpb=f852f7aac0b44f243d3cd812aa92122f7b38067b;p=friendica.git diff --git a/mod/oexchange.php b/mod/oexchange.php index 4f2d7e0eb8..88edc9d60c 100644 --- a/mod/oexchange.php +++ b/mod/oexchange.php @@ -1,10 +1,14 @@ argc > 1) && ($a->argv[1] === 'xrd')) { $tpl = get_markup_template('oexchange_xrd.tpl'); - $o = replace_macros($tpl, array('$base' => App::get_baseurl())); + $o = replace_macros($tpl, array('$base' => System::baseUrl())); echo $o; killme(); } @@ -31,7 +35,7 @@ function oexchange_content(App $a) { $tags = (((x($_REQUEST,'tags')) && strlen($_REQUEST['tags'])) ? '&tags=' . urlencode(notags(trim($_REQUEST['tags']))) : ''); - $s = fetch_url(App::get_baseurl() . '/parse_url?f=&url=' . $url . $title . $description . $tags); + $s = fetch_url(System::baseUrl() . '/parse_url?f=&url=' . $url . $title . $description . $tags); if (! strlen($s)) { return;