Skip to content
Snippets Groups Projects
Commit 0e182c23 authored by alvaro's avatar alvaro
Browse files

Merge remote-tracking branch 'upstream/master'

parents 98d62189 42f731bc
No related branches found
No related tags found
No related merge requests found
......@@ -92,10 +92,10 @@ class Utils{
}else{
$row[$k]['literal'] = 1;
$row[$k]['curie'] = $v['value'];
if($v['datatype']){
if(isset($v['datatype'])){
$row[$k]['type'] = $v['datatype'];
}
if($v['xml:lang']){
if(isset($v['xml:lang'])){
$row[$k]['lang'] = $v['xml:lang'];
}
......
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