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

Added .mirroredUri to values returned

parent aa1e434d
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,9 @@ class Utils{
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'];
}
$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