Skip to content
Snippets Groups Projects
Commit 7eb5b6dd authored by Alvaro Graves's avatar Alvaro Graves
Browse files

Bug in mirroredUri

parent a1bd7a7c
No related branches found
No related tags found
No related merge requests found
......@@ -455,11 +455,11 @@ class Utils{
}*/
}else{
if(isset($value['uri']) && $value['uri'] == 1){
$value['value'] = preg_replace("|^".$conf['ns']['local']."|", $conf['basedir'], $value['value']);
$value['curie'] = Utils::uri2curie($value['value']);
if($conf['mirror_external_uris']){
$value['mirroredUri'] = $value['value'];
}
$value['value'] = preg_replace("|^".$conf['ns']['local']."|", $conf['basedir'], $value['value']);
$value['curie'] = Utils::uri2curie($value['value']);
$array[$key] = $value;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment