aboutsummaryrefslogtreecommitdiffstats
path: root/mod/oexchange.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-30 04:07:47 -0700
committerFriendika <info@friendika.com>2011-03-30 04:07:47 -0700
commitf198c5cff8932bc1d42c34869afecec6dcab2f46 (patch)
tree52bdc24be678dc1c321ce12ac6b0792f95eecb60 /mod/oexchange.php
parent4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f (diff)
downloadvolse-hubzilla-f198c5cff8932bc1d42c34869afecec6dcab2f46.tar.gz
volse-hubzilla-f198c5cff8932bc1d42c34869afecec6dcab2f46.tar.bz2
volse-hubzilla-f198c5cff8932bc1d42c34869afecec6dcab2f46.zip
secure profile failure
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;