mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
src: style sweep
This commit is contained in:
parent
e8b183077c
commit
e723bddcfd
@ -534,7 +534,7 @@ abstract class BaseModel
|
||||
// copy model data into config
|
||||
$toDom = dom_import_simplexml($target_node);
|
||||
$fromDom = dom_import_simplexml($source_node[0]);
|
||||
$nodeImport = $toDom->ownerDocument->importNode($fromDom, TRUE);
|
||||
$nodeImport = $toDom->ownerDocument->importNode($fromDom, true);
|
||||
$toDom->parentNode->replaceChild($nodeImport, $toDom);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user