diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-22 19:31:39 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-22 19:31:39 -0700 |
commit | 2a59392ba8be974a5deec2e6f15959fde21186ea (patch) | |
tree | e3a62a92e2135810bb51b56a4e1ce2bc0f8ac7a1 /mod/rpost.php | |
parent | feabaedd835ecf06ca8e49d5c284d505e47111ad (diff) | |
download | volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.gz volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.bz2 volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.zip |
change name of module
Diffstat (limited to 'mod/rpost.php')
-rw-r--r-- | mod/rpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/rpost.php b/mod/rpost.php index 0c0916646..4a6b87cc6 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -102,7 +102,7 @@ function rpost_content(&$a) { ); if($_REQUEST['url']) { - $x = z_fetch_url(z_root() . '/parse_url?f=&url=' . urlencode($_REQUEST['url'])); + $x = z_fetch_url(z_root() . '/urlinfo?f=&url=' . urlencode($_REQUEST['url'])); if($x['success']) $_REQUEST['body'] = $_REQUEST['body'] . $x['body']; } |