]> git.mxchange.org Git - friendica.git/blobdiff - mod/oexchange.php
Move PConfig::load() to DI::pConfig()->load()
[friendica.git] / mod / oexchange.php
index 751cb978843866e3312a4b53115d0ce6df99ff9c..10d48338a436aabe6ca335737158d77b6f9edea2 100644 (file)
@@ -42,7 +42,7 @@ function oexchange_content(App $a) {
        $tags = ((!empty($_REQUEST['tags']))
                ? '&tags=' . urlencode(Strings::escapeTags(trim($_REQUEST['tags']))) : '');
 
-       $s = Network::fetchUrl(DI::baseUrl() . '/parse_url?f=&url=' . $url . $title . $description . $tags);
+       $s = Network::fetchUrl(DI::baseUrl() . '/parse_url?url=' . $url . $title . $description . $tags);
 
        if (!strlen($s)) {
                return;