]> git.mxchange.org Git - friendica.git/blobdiff - mod/oexchange.php
Review update
[friendica.git] / mod / oexchange.php
index 79414a7f6a727f010edd7bb743369d8ccb2f8565..feca39d3530334f418e785f8ae7790795ad2291c 100644 (file)
@@ -40,7 +40,7 @@ function oexchange_content(App $a) {
        $tags = (((x($_REQUEST,'tags')) && strlen($_REQUEST['tags']))
                ? '&tags=' . urlencode(notags(trim($_REQUEST['tags']))) : '');
 
-       $s = Network::fetchURL(System::baseUrl() . '/parse_url?f=&url=' . $url . $title . $description . $tags);
+       $s = Network::fetchUrl(System::baseUrl() . '/parse_url?f=&url=' . $url . $title . $description . $tags);
 
        if (! strlen($s)) {
                return;