Skip to content
Snippets Groups Projects
Commit 11be4e21 authored by alangrafu's avatar alangrafu
Browse files

Fixed: Couldn't create special uris supporting RDF.

parent d478aa62
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,8 @@ $base['ns'] = $conf['ns']; $base['ns'] = $conf['ns']; ...@@ -92,6 +92,8 @@ $base['ns'] = $conf['ns']; $base['ns'] = $conf['ns'];
chdir(".."); chdir("..");
if(is_array($data)){ if(is_array($data)){
$results = Convert::array_to_object($data); $results = Convert::array_to_object($data);
}else{
$results = $data;
} }
$rRoot = &$resulst; $rRoot = &$resulst;
Utils::processDocument($viewFile, $base, $results); Utils::processDocument($viewFile, $base, $results);
......
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