diff --git a/application/helpers/admin/import_helper.php b/application/helpers/admin/import_helper.php index 8a922b861da..1a8f7a960ea 100644 --- a/application/helpers/admin/import_helper.php +++ b/application/helpers/admin/import_helper.php @@ -47,6 +47,7 @@ function XMLImportGroup($sFullFilePath, $iNewSID, $bTranslateLinksFields) $results['subquestions'] = 0; $results['conditions'] = 0; $results['groups'] = 0; + $results['importwarnings'] = []; $importlanguages = array(); foreach ($xml->languages->language as $language) {