aboutsummaryrefslogtreecommitdiffstats
path: root/mod/oexchange.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/oexchange.php')
-rw-r--r--mod/oexchange.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/oexchange.php b/mod/oexchange.php
index 8dee1cb99..f97356559 100644
--- a/mod/oexchange.php
+++ b/mod/oexchange.php
@@ -30,7 +30,7 @@ function oexchange_content(&$a) {
$url = (((x($_GET,'url')) && strlen($_GET['url'])) ? notags(trim($_GET['url'])) : '');
- $s = fetch_url($a->get_baseurl() . '/parse_url?url=' . $url);
+ $s = fetch_url($a->get_baseurl() . '/parse_url&url=' . $url);
if(! strlen($s))
return;