Skip to content
Snippets Groups Projects
Commit 634c1bfd authored by alangrafu's avatar alangrafu
Browse files

Merge branch 'master' into experimental

parents dd4cf763 d44e11b9
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'];
chdir("..");
if(is_array($data)){
$results = Convert::array_to_object($data);
}else{
$results = $data;
}
$rRoot = &$resulst;
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