change name of module

This commit is contained in:
redmatrix
2015-08-22 19:31:39 -07:00
parent feabaedd83
commit 2a59392ba8
6 changed files with 13 additions and 11 deletions

View File

@@ -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'];
}