forked from friendica/php-json-ld
Fix typo.
This commit is contained in:
parent
4b0ef081b6
commit
d5c0460356
|
@ -367,7 +367,7 @@ function jsonld_parse_url($url) {
|
|||
else {
|
||||
$rval['authority'] = $rval['host'];
|
||||
if(isset($rval['port'])) {
|
||||
$rval .= ":{$rval['port']}";
|
||||
$rval['authority'] .= ":{$rval['port']}";
|
||||
}
|
||||
if(isset($rval['auth'])) {
|
||||
$rval['authority'] = "{$rval['auth']}@{$rval['authority']}";
|
||||
|
|
Loading…
Reference in a new issue