Fix a bug : Childs where not linked during import
This commit is contained in:
@@ -54,6 +54,7 @@ bool XMLImportEngine::HandleFile(const QString& path, User* user, Database* db,
|
||||
try
|
||||
{
|
||||
res = _sax.parse(&file);
|
||||
LinkChilds();
|
||||
}
|
||||
catch (const char* s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user