aboutsummaryrefslogtreecommitdiffstats
path: root/mod/oexchange.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-22 19:31:39 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-22 19:31:39 -0700
commit2a59392ba8be974a5deec2e6f15959fde21186ea (patch)
treee3a62a92e2135810bb51b56a4e1ce2bc0f8ac7a1 /mod/oexchange.php
parentfeabaedd835ecf06ca8e49d5c284d505e47111ad (diff)
downloadvolse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.gz
volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.bz2
volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.zip
change name of module
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 a684bd5d8..867cea6f2 100644
--- a/mod/oexchange.php
+++ b/mod/oexchange.php
@@ -47,7 +47,7 @@ function oexchange_content(&$a) {
$tags = (((x($_REQUEST,'tags')) && strlen($_REQUEST['tags']))
? '&tags=' . urlencode(notags(trim($_REQUEST['tags']))) : '');
- $ret = z_fetch_url($a->get_baseurl() . '/parse_url?f=&url=' . $url . $title . $description . $tags);
+ $ret = z_fetch_url($a->get_baseurl() . '/urlinfo?f=&url=' . $url . $title . $description . $tags);
if($ret['success'])
$s = $ret['body'];